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
Please properly identify the keypress event handlers (currently anonymous) so we can remove them if we want. Eg, an actual handler func called on keydown. Eg:
functionpyDataCtrlKHandler(e){// Original listener logic here}window.addEventListener("keydown",pyDataCtrlKHandler,true);
Real example use: We added Algolia DocSearch that replaced the search and uses the same hotkeys (eg, CTRL+K).
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
Please properly identify the keypress event handlers (currently anonymous) so we can remove them if we want. Eg, an actual handler func called on keydown. Eg:
Real example use: We added Algolia DocSearch that replaced the search and uses the same hotkeys (eg,
CTRL+K
).Cheers
The text was updated successfully, but these errors were encountered: