Fix clipping when dragging the mouse with vim-mode enabled and adjust single line editor selections
This commit is contained in:
parent
c2868a39e8
commit
1cfaac1bc5
9 changed files with 36 additions and 43 deletions
|
@ -20,7 +20,7 @@ fn normal_before(_: &mut Workspace, _: &NormalBefore, cx: &mut ViewContext<Works
|
|||
});
|
||||
});
|
||||
});
|
||||
state.switch_mode(Mode::Normal, cx);
|
||||
state.switch_mode(Mode::Normal, false, cx);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue