diff --git a/app/src/protyle/render/av/action.ts b/app/src/protyle/render/av/action.ts index e8befeb5f..00e3dd783 100644 --- a/app/src/protyle/render/av/action.ts +++ b/app/src/protyle/render/av/action.ts @@ -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;