github / markdown-toolbar-element

Markdown formatting buttons for text inputs.

Home Page:https://github.github.com/markdown-toolbar-element/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug with unescaped value interpolated into a selector query

mislav opened this issue · comments

SyntaxError: Failed to execute 'querySelector' on 'Element': '[hotkey="""]' is not a valid selector.

const button = toolbar.querySelector(`[hotkey="${event.key}"]`)