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

This came out of cmd+triple-click fix in PR #5373
This commit is contained in:
Mitchell Hashimoto
2025-01-29 11:03:52 -08:00
committed by GitHub

View File

@ -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