fix: remove extraneous if check after change to exhaustive switch (#5419)
This came out of cmd+triple-click fix in PR #5373pull/5420/head
commit
e5364392ee
|
|
@ -2605,9 +2605,6 @@ pub fn selectOutput(self: *Screen, pin: Pin) ?Selection {
|
|||
.input,
|
||||
=> {},
|
||||
}
|
||||
if (row.semantic_prompt == .command) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Because the first line of command output may span multiple visual rows we must now
|
||||
|
|
|
|||
Loading…
Reference in New Issue