Vanessa 2023-04-20 12:33:25 +08:00
parent a7ffa66dc6
commit 4f6578f9f1

View file

@ -318,7 +318,6 @@ export const openHistory = () => {
width: "80vw",
height: "80vh",
destroyCallback() {
historyEditor.destroy();
historyEditor = undefined;
}
});
@ -624,7 +623,6 @@ const bindEvent = (element: Element, dialog?: Dialog) => {
dialog.destroy();
} else {
closeModel();
historyEditor.destroy();
historyEditor = undefined
}
break;