Vanessa 2025-02-28 09:35:46 +08:00
parent 03ed04a639
commit 95a296383a

View file

@ -23,6 +23,7 @@ import {renderAVAttribute} from "../protyle/render/av/blockAttr";
import {openAssetNewWindow} from "../window/openNewWindow"; import {openAssetNewWindow} from "../window/openNewWindow";
import {escapeHtml} from "../util/escape"; import {escapeHtml} from "../util/escape";
import {copyTextByType} from "../protyle/toolbar/util"; import {copyTextByType} from "../protyle/toolbar/util";
import {hideElements} from "../protyle/ui/hideElements";
const bindAttrInput = (inputElement: HTMLInputElement, id: string) => { const bindAttrInput = (inputElement: HTMLInputElement, id: string) => {
inputElement.addEventListener("change", () => { inputElement.addEventListener("change", () => {
@ -244,6 +245,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark", protyle?: I
</div>`, </div>`,
destroyCallback() { destroyCallback() {
focusByRange(range); focusByRange(range);
hideElements(["select"], protyle)
} }
}); });
dialog.element.setAttribute("data-key", Constants.DIALOG_ATTR); dialog.element.setAttribute("data-key", Constants.DIALOG_ATTR);