[SSE][PE] Fix context menu.

This commit is contained in:
Julia Radzhabova 2017-07-18 15:59:14 +03:00
parent 30c65658ec
commit bedfa57dcf
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ define([
}, },
onContextMenu: function() { onContextMenu: function() {
this.toolbar.collapseToolbar(); this.toolbar.collapse();
}, },
onApiFontSize: function(size) { onApiFontSize: function(size) {

View file

@ -326,7 +326,7 @@ define([
// }, // },
onContextMenu: function() { onContextMenu: function() {
this.toolbar.collapseToolbar(); this.toolbar.collapse();
}, },
onPrint: function(e) { onPrint: function(e) {