mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
7fd796caf8
commit
7089ab5de6
3 changed files with 3 additions and 3 deletions
|
|
@ -236,7 +236,7 @@ export class Outline extends Model {
|
|||
documentSelf.ondragstart = () => false;
|
||||
let ghostElement: HTMLElement;
|
||||
let selectItem: HTMLElement;
|
||||
let editor: IProtyle
|
||||
let editor: IProtyle;
|
||||
getAllModels().editor.find(editItem => {
|
||||
if (editItem.editor.protyle.block.rootID === this.blockId) {
|
||||
editor = editItem.editor.protyle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue