mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Fix bug 76514
This commit is contained in:
@ -517,7 +517,9 @@
|
||||
document.oncut = function(e)
|
||||
{
|
||||
if (g_clipboardBase.isUseNewCopy()) {
|
||||
e.preventDefault();
|
||||
if (g_clipboardBase.Api.asc_IsFocus(true) && !g_clipboardBase._isUseMobileNewCopy()) {
|
||||
e.preventDefault();
|
||||
}
|
||||
return g_clipboardBase.Copy_New(true);
|
||||
} else {
|
||||
return g_clipboardBase._private_oncut(e)
|
||||
|
||||
Reference in New Issue
Block a user