Commit 6ca32cfc authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix cut in ViewMode

parent fc17421f
......@@ -475,6 +475,9 @@ var editor;
};
spreadsheet_api.prototype.asc_Cut = function() {
if (this.getViewMode()) {
return false;
}
if (window["AscDesktopEditor"])
{
window["AscDesktopEditor"]["Cut"]();
......
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