Commit ae77ebf9 authored by Sergey Luzyanin's avatar Sergey Luzyanin

check pluginData.privateData.resize

parent 64ead82d
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
{ {
try try
{ {
if (window.g_asc_plugins.api.asc_canPaste()) if (pluginData.privateData.resize || window.g_asc_plugins.api.asc_canPaste())
{ {
var editorId = window.g_asc_plugins.api.getEditorId(); var editorId = window.g_asc_plugins.api.getEditorId();
if (AscCommon.c_oEditorId.Word === editorId || if (AscCommon.c_oEditorId.Word === editorId ||
......
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