You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't seem to be a way to access the DOM node directly from with event. $dispatcher exposes a virtual DOM node for the host component but even event listeners attached to them do not show up once the DOM tree is created. $DOMElement doesn't expose a node so it's a no go either.
Any ideas?
The text was updated successfully, but these errors were encountered:
Is there a way to attach listeners for standard DOM events like
copy
, for example?As far as I can see, this won't work as it's not a famous:event or a $dispatcher event:
There doesn't seem to be a way to access the DOM node directly from with event.
$dispatcher
exposes a virtual DOM node for the host component but even event listeners attached to them do not show up once the DOM tree is created. $DOMElement doesn't expose a node so it's a no go either.Any ideas?
The text was updated successfully, but these errors were encountered: