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
Using string concatentation with user controlled input to build a
selector query results in syntax errors.
> SyntaxError: Failed to execute 'querySelector' on 'Element': '[hotkey="""]' is not a valid selector.
Instead, query potential hotkey buttons and test their attribute against
the event's key value.
0 commit comments