Vanessa 2024-03-17 09:28:33 +08:00
parent dab89c39fa
commit cb733dc6eb
2 changed files with 19 additions and 9 deletions

View file

@ -570,7 +570,7 @@ export const onTransaction = (protyle: IProtyle, operation: IOperation, isUndo:
} else {
protyle.wysiwyg.element.querySelectorAll(`[data-node-id="${operation.id}"]`).forEach((realItem: HTMLElement) => {
realItem.style.animation = "";
})
});
}
}, 450);
}