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
oh interesting! i usually use the keyboard to navigate to it, but it'd be much nicer to have the ability to suspend events on elements just in time. this would be very cool to combine with a hotkey, so you could hover things and access their children, but explicitly prevent firing events on interaction when needed. very cool!
e.g. when you try to edit the text on a button, don't trigger the click event (i.e., disable event listeners?)
https://stackoverflow.com/a/17167316
The text was updated successfully, but these errors were encountered: