fix: remove extraneous if check after change to exhaustive switch (#5419)

This came out of cmd+triple-click fix in PR #5373
pull/5420/head
Mitchell Hashimoto 2025-01-29 11:03:52 -08:00 committed by GitHub
commit e5364392ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -2605,9 +2605,6 @@ pub fn selectOutput(self: *Screen, pin: Pin) ?Selection {
.input, .input,
=> {}, => {},
} }
if (row.semantic_prompt == .command) {
break;
}
} }
// Because the first line of command output may span multiple visual rows we must now // Because the first line of command output may span multiple visual rows we must now