This commit is contained in:
Vanessa 2023-03-03 10:39:58 +08:00
parent e93fd2ba10
commit c8604cf19e
6 changed files with 16 additions and 17 deletions

View file

@ -778,7 +778,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
});
}
const sourceIds: string [] = []
const sourceIds: string [] = [];
sourceElements.forEach(item => {
item.classList.remove("protyle-wysiwyg--select", "protyle-wysiwyg--hl");
item.removeAttribute("select-start");