Vanessa 2023-06-08 23:19:41 +08:00
parent 46c2c50814
commit 3839cff90c

View file

@ -116,6 +116,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
y: cellRect.bottom,
h: cellRect.height
});
(window.siyuan.menus.menu.element.querySelector(".b3-text-field") as HTMLInputElement).select();
event.preventDefault();
event.stopPropagation();
return true;