This commit is contained in:
Vanessa 2025-03-04 10:51:59 +08:00
parent 487ded0a06
commit c89e2a6c39
6 changed files with 6 additions and 6 deletions

View file

@ -245,7 +245,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark", protyle?: I
</div>`,
destroyCallback() {
focusByRange(range);
hideElements(["select"], protyle)
hideElements(["select"], protyle);
}
});
dialog.element.setAttribute("data-key", Constants.DIALOG_ATTR);