mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 17:32:25 +08:00
[SSE][PE] Fix context menu.
This commit is contained in:
@ -333,7 +333,7 @@ define([
|
||||
},
|
||||
|
||||
onContextMenu: function() {
|
||||
this.toolbar.collapseToolbar();
|
||||
this.toolbar.collapse();
|
||||
},
|
||||
|
||||
onApiFontSize: function(size) {
|
||||
|
||||
@ -326,7 +326,7 @@ define([
|
||||
// },
|
||||
|
||||
onContextMenu: function() {
|
||||
this.toolbar.collapseToolbar();
|
||||
this.toolbar.collapse();
|
||||
},
|
||||
|
||||
onPrint: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user