mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-02-28 02:45:59 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
22371b4b07
@ -344,6 +344,7 @@ object VimListenerManager {
|
||||
override fun mousePressed(event: EditorMouseEvent) {
|
||||
if (event.editor.isIdeaVimDisabledHere) return
|
||||
|
||||
skipNDragEvents = skipEvents
|
||||
SelectionVimListenerSuppressor.reset()
|
||||
SelectionVimListenerSuppressor.lock()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user