Commit 95920608 authored by GoshaZotov's avatar GoshaZotov

close special paste button(change worksheet, copy)

parent 03068699
......@@ -275,6 +275,8 @@
var activeRange = ws.getSelectedRange();
var wb = window["Asc"]["editor"].wb;
wb.handlers.trigger("hideSpecialPasteOptions");
if(ws.getCellEditMode() === true)//text in cell
{
//only TEXT
......
......@@ -1679,6 +1679,7 @@
// Нужно очистить поиск
this._cleanFindResults();
this.handlers.trigger("hideSpecialPasteOptions");
return this;
};
......
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