[PE mobile] Use can_CopyCut.
This commit is contained in:
parent
4d34160697
commit
dacf2b95be
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue