This commit is contained in:
Vanessa 2023-02-23 18:33:04 +08:00
parent 53cc9ed1e3
commit c77f880803
6 changed files with 40 additions and 4 deletions

View file

@ -92,6 +92,7 @@ export const makeCard = (nodeElement: Element[]) => {
});
} else {
msgId = showMessage(window.siyuan.languages._kernel[142]);
inputElement.focus();
}
event.stopPropagation();
event.preventDefault();