mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix for string displayed at copy ... because innerText is not correct with recursive sl-tee-items anymore with new event-Handler binding
This commit is contained in:
parent
253a5a448c
commit
b3e9e50af0
@ -312,7 +312,7 @@ export class EgwPopupActionImplementation implements EgwActionImplementation {
|
||||
const _implContext = {
|
||||
event: e, posx: _xy.posx,
|
||||
posy: _xy.posy,
|
||||
innerText: nodeToUse.innerText || _node.innerText,//nodeToUse only exists on widgets that define findActionTarget
|
||||
innerText: nodeToUse.title || _node.innerText,//nodeToUse only exists on widgets that define findActionTarget
|
||||
target: nodeToUse.target || _node,
|
||||
};
|
||||
_callback.call(contextToUse || _context, _implContext, this);
|
||||
|
Loading…
Reference in New Issue
Block a user