Commit 321215ee authored by GoshaZotov's avatar GoshaZotov

paste text into cell editor

parent 2b998666
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
{ {
if(ws.getCellEditMode() === true) if(ws.getCellEditMode() === true)
{ {
if(text) if(data1)
{ {
window["Asc"]["editor"].wb.cellEditor.pasteText(data1); window["Asc"]["editor"].wb.cellEditor.pasteText(data1);
} }
......
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