Merge branch 'feature/new-toolbar' into feature/new-toolbar-pivot-table

This commit is contained in:
Julia Radzhabova 2017-07-18 16:01:51 +03:00
commit 6c6451d39c
2 changed files with 2 additions and 2 deletions

View file

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

View file

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