find call with respect of cursor position inside branch

This commit is contained in:
Dmitry Vasilev
2023-08-02 06:00:08 +03:00
parent adbca074c2
commit 54d502396d
9 changed files with 528 additions and 86 deletions

View File

@@ -52,6 +52,7 @@ const normalize_events = (ace_editor, {
})
ace_editor.on('changeSelection', (...args) => {
// TODO debounce changeSelection?
if(is_change_selection_supressed()) {
return
}