Only reset focused child on first creation, not every action assignment

This commit is contained in:
nathangray 2018-05-02 14:08:16 -06:00
parent 739125ae86
commit 98b223bde8

View File

@ -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); return egwActionObject.prototype.handleKeyPress.call(this, _keyCode,_shift,_ctrl,_alt);
} }
}
this._objectManager.parent.updateFocusedChild(this._objectManager, true); this._objectManager.parent.updateFocusedChild(this._objectManager, true);
}
}, },
/** /**