Commit 2840a7fe authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Правка для ввода иероглифов.

parent 8b2fbba5
......@@ -150,7 +150,7 @@ define([
// 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);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment