mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
🚨
This commit is contained in:
parent
e93fd2ba10
commit
c8604cf19e
6 changed files with 16 additions and 17 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue