[SSE] Правка для ввода иероглифов.
This commit is contained in:
parent
8b2fbba5b9
commit
2840a7fe28
|
@ -150,7 +150,7 @@ define([
|
||||||
|
|
||||||
// NOTE: fix double click mozilla copy-paste
|
// NOTE: fix double click mozilla copy-paste
|
||||||
|
|
||||||
if (e && e.target && e.target.id && e.target.id === 'clipboard-helper-text') {
|
if (e && e.target && e.target.id && (e.target.id === 'clipboard-helper-text' || e.target.id === 'area_id')) {
|
||||||
me.api.asc_enableKeyEvents(true);
|
me.api.asc_enableKeyEvents(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue