mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
[SSE] Fix Bug 76674
This commit is contained in:
@ -326,6 +326,7 @@ define([
|
||||
this.isDragDrop = true;
|
||||
}
|
||||
this.trigger('tab:drop', event.dataTransfer, 'last', (event.ctrlKey || Common.Utils.isMac && event.altKey));
|
||||
this.preventCutTab = true;
|
||||
} else {
|
||||
this.isDrop = undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user