[PE mobile] Use can_CopyCut.

This commit is contained in:
Julia Radzhabova 2017-02-07 12:06:05 +03:00
parent 4d34160697
commit dacf2b95be

View file

@ -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,