Commit dacf2b95 authored by Julia Radzhabova's avatar Julia Radzhabova

[PE mobile] Use can_CopyCut.

parent 4d341606
......@@ -182,8 +182,7 @@ define([
_initMenu: function (stack) {
var me = this,
menuItems = [],
canCopy = true;
// canCopy = me.api.can_CopyCut();
canCopy = me.api.can_CopyCut();
var isText = false,
isTable = false,
......
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