[all] By bug 78627: don't send copy info to other document tabs if permission->copy->false

This commit is contained in:
GoshaZotov
2025-11-21 18:24:18 +03:00
parent e743417fa2
commit 9ac81db066

View File

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