mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Only reset focused child on first creation, not every action assignment
This commit is contained in:
parent
ae7ad6ead4
commit
5881ea7bd3
@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user