From 98b223bde8a38cafcbb7b1e3565dd9365c718441 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 2 May 2018 14:08:16 -0600 Subject: [PATCH] Only reset focused child on first creation, not every action assignment --- api/js/etemplate/et2_widget_toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_widget_toolbar.js b/api/js/etemplate/et2_widget_toolbar.js index 94b5df209a..997c71b7ad 100644 --- a/api/js/etemplate/et2_widget_toolbar.js +++ b/api/js/etemplate/et2_widget_toolbar.js @@ -585,8 +585,8 @@ var et2_toolbar = (function(){ "use strict"; return et2_DOMWidget.extend([et2_II } return egwActionObject.prototype.handleKeyPress.call(this, _keyCode,_shift,_ctrl,_alt); } + this._objectManager.parent.updateFocusedChild(this._objectManager, true); } - this._objectManager.parent.updateFocusedChild(this._objectManager, true); }, /**