We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91d2f0 commit 434e68cCopy full SHA for 434e68c
index.js
@@ -274,8 +274,8 @@ class MarkdownToolbarElement extends HTMLElement {
274
275
function onToolbarFocus({target}: FocusEvent) {
276
if (!(target instanceof Element)) return
277
- let tabindex = '0'
278
target.removeAttribute('tabindex')
+ let tabindex = '0'
279
for (const button of getButtons(target)) {
280
button.setAttribute('tabindex', tabindex)
281
if (tabindex === '0') {
0 commit comments