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 ae7ad6ead4
commit 5881ea7bd3

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);
}
this._objectManager.parent.updateFocusedChild(this._objectManager, true);
}
this._objectManager.parent.updateFocusedChild(this._objectManager, true);
},
/**