mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 00:21:31 +08:00
[DE] Debug text input.
This commit is contained in:
@ -563,7 +563,7 @@ define([
|
||||
if ( type == Asc.c_oAscAsyncActionType.BlockInteraction &&
|
||||
(!this.getApplication().getController('LeftMenu').dlgSearch || !this.getApplication().getController('LeftMenu').dlgSearch.isVisible()) &&
|
||||
!( id == Asc.c_oAscAsyncAction['ApplyChanges'] && this.dontCloseDummyComment ) ) {
|
||||
this.onEditComplete(this.loadMask);
|
||||
// this.onEditComplete(this.loadMask); //если делать фокус, то при принятии чужих изменений, заканчивается свой композитный ввод
|
||||
this.api.asc_enableKeyEvents(true);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user