mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 14:36:49 +08:00
[PE mobile] Use can_CopyCut.
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user