Loading template/app/view/Tabs.js +4 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,10 @@ Ext.define('Docs.view.Tabs', { // On right-click open the overflow menu as context-menu this.el.on('contextmenu', function(event, el) { // don't show the menu on static tabs if (!Ext.get(el).hasCls('overview')) { this.createMenu().showBy(el); } }, this, { delegate: '.doctab', preventDefault: true Loading Loading
template/app/view/Tabs.js +4 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,10 @@ Ext.define('Docs.view.Tabs', { // On right-click open the overflow menu as context-menu this.el.on('contextmenu', function(event, el) { // don't show the menu on static tabs if (!Ext.get(el).hasCls('overview')) { this.createMenu().showBy(el); } }, this, { delegate: '.doctab', preventDefault: true Loading