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
// throbber managementconsttimeline_element=elCPU.shadowId('time');timeline_element?.addEventListener('pointerenter',trigger.hover,passiveEvent);timeline_element?.addEventListener('pointermove',trigger.hover,passiveEvent);timeline_element?.addEventListener('pointerout',trigger.out,passiveEvent);// alternative fine navigation for handheldstimeline_element?.addEventListener('contextmenu',()=>{elCPU.showHandheldNav();});
Event delegation not standardly occuring.
May be I should add a listener out of contextmenu. So bad, because it was so simple and elegant
The text was updated successfully, but these errors were encountered: