diff --git a/app/src/menus/protyle.ts b/app/src/menus/protyle.ts index fb35844ce..4d7ba87eb 100644 --- a/app/src/menus/protyle.ts +++ b/app/src/menus/protyle.ts @@ -53,6 +53,8 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => { element.setAttribute("data-subtype", inputElement.value ? "s" : "d"); updateTransaction(protyle, id, nodeElement.outerHTML, oldHTML); } + protyle.toolbar.range.selectNodeContents(element); + protyle.toolbar.range.collapse(false); focusByRange(protyle.toolbar.range); event.stopPropagation(); });