Fix termselect overshoot

This commit is contained in:
outfoxxed 2024-03-20 04:50:15 -07:00
parent eeb47e9dc1
commit 85ca402006
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 12 additions and 4 deletions

View file

@ -64,7 +64,7 @@ ShellRoot {
function onTermSelectChanged() {
if (ShellIpc.termSelect) {
selectionLayer.selectionArea.startSelection();
selectionLayer.selectionArea.startSelection(true);
} else {
selectionLayer.selectionArea.endSelection();
}