This commit is contained in:
Vanessa 2023-09-12 11:29:11 +08:00
parent 2820980060
commit 014ce033c3

View file

@ -65,8 +65,8 @@ export class Hint {
setTimeout(() => {
this.fill(decodeURIComponent(btnElement.getAttribute("data-value")), protyle);
}, 148);
focusByRange(protyle.toolbar.range);
}
focusByRange(protyle.toolbar.range);
event.preventDefault();
event.stopPropagation(); // https://github.com/siyuan-note/siyuan/issues/3710