mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[all] By bug 78627: don't send copy info to other document tabs if permission->copy->false
This commit is contained in:
@ -1371,7 +1371,7 @@
|
||||
},
|
||||
|
||||
SendCopyEvent : function () {
|
||||
if (this.Api && this.Api.broadcastChannel) {
|
||||
if (this.Api && this.Api.broadcastChannel && this.isCopyOutEnabled()) {
|
||||
let obj = {
|
||||
type: "ClipboardChange",
|
||||
data: this.LastCopyBinary,
|
||||
|
||||
Reference in New Issue
Block a user