Merge branch 'feature/new-toolbar' into feature/new-toolbar-pivot-table
This commit is contained in:
commit
6c6451d39c
|
@ -333,7 +333,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onContextMenu: function() {
|
onContextMenu: function() {
|
||||||
this.toolbar.collapseToolbar();
|
this.toolbar.collapse();
|
||||||
},
|
},
|
||||||
|
|
||||||
onApiFontSize: function(size) {
|
onApiFontSize: function(size) {
|
||||||
|
|
|
@ -327,7 +327,7 @@ define([
|
||||||
// },
|
// },
|
||||||
|
|
||||||
onContextMenu: function() {
|
onContextMenu: function() {
|
||||||
this.toolbar.collapseToolbar();
|
this.toolbar.collapse();
|
||||||
},
|
},
|
||||||
|
|
||||||
onPrint: function(e) {
|
onPrint: function(e) {
|
||||||
|
|
Loading…
Reference in a new issue