Commit 97c02da2 authored by GoshaZotov's avatar GoshaZotov

updateSpecialPasteOptionsPosition after special paste

parent 355f2b28
...@@ -9039,6 +9039,10 @@ ...@@ -9039,6 +9039,10 @@
} }
this.showSpecialPasteOptions(allowedSpecialPasteProps, selectData[0]); this.showSpecialPasteOptions(allowedSpecialPasteProps, selectData[0]);
} }
else
{
this.updateSpecialPasteOptionsPosition();
}
}; };
WorksheetView.prototype._loadDataBeforePaste = function ( isLargeRange, fromBinary, pasteContent, bIsUpdate, canChangeColWidth ) { WorksheetView.prototype._loadDataBeforePaste = function ( isLargeRange, fromBinary, pasteContent, bIsUpdate, canChangeColWidth ) {
......
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