mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
find call with respect of cursor position inside branch
This commit is contained in:
@@ -52,6 +52,7 @@ const normalize_events = (ace_editor, {
|
||||
})
|
||||
|
||||
ace_editor.on('changeSelection', (...args) => {
|
||||
// TODO debounce changeSelection?
|
||||
if(is_change_selection_supressed()) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user