Fix termselect overshoot
This commit is contained in:
parent
eeb47e9dc1
commit
85ca402006
3 changed files with 12 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ ShellRoot {
|
|||
|
||||
function onTermSelectChanged() {
|
||||
if (ShellIpc.termSelect) {
|
||||
selectionLayer.selectionArea.startSelection();
|
||||
selectionLayer.selectionArea.startSelection(true);
|
||||
} else {
|
||||
selectionLayer.selectionArea.endSelection();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue