mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Fix bug 79328
This commit is contained in:
committed by
Ilya Kirillov
parent
e43a4e5ea2
commit
47b922007f
@ -1302,8 +1302,11 @@
|
||||
}
|
||||
AscCommon.applyElementDirection(this.input);
|
||||
}
|
||||
this.handlers.trigger("asc_onSelectionChanged", this.oSelectionInfo);
|
||||
this.handlers.trigger("asc_onSelectionEnd");
|
||||
//TODO need review -> it may be enough to add a condition to _setEditorFocus
|
||||
if (!(window["NATIVE_EDITOR_ENJINE"] && this.SearchEngine && this.SearchEngine.changingSelection)) {
|
||||
this.handlers.trigger("asc_onSelectionChanged", this.oSelectionInfo);
|
||||
this.handlers.trigger("asc_onSelectionEnd");
|
||||
}
|
||||
//если меняется выделенный диапазон
|
||||
this.SearchEngine && this.SearchEngine.ResetCurrent(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user