mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
5795992705
commit
d81aac9453
1 changed files with 2 additions and 3 deletions
|
|
@ -16,7 +16,8 @@ import {
|
||||||
isInHarmony,
|
isInHarmony,
|
||||||
isMac,
|
isMac,
|
||||||
isOnlyMeta,
|
isOnlyMeta,
|
||||||
openByMobile, updateHotkeyAfterTip,
|
openByMobile,
|
||||||
|
updateHotkeyAfterTip,
|
||||||
updateHotkeyTip,
|
updateHotkeyTip,
|
||||||
writeText
|
writeText
|
||||||
} from "../util/compatibility";
|
} from "../util/compatibility";
|
||||||
|
|
@ -829,7 +830,6 @@ export class Gutter {
|
||||||
cb: (toPath) => {
|
cb: (toPath) => {
|
||||||
hintMoveBlock(toPath[0], selectsElement, protyle);
|
hintMoveBlock(toPath[0], selectsElement, protyle);
|
||||||
},
|
},
|
||||||
rootIDs: [protyle.block.rootID],
|
|
||||||
flashcard: false
|
flashcard: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -1430,7 +1430,6 @@ export class Gutter {
|
||||||
hintMoveBlock(toPath[0], [nodeElement], protyle);
|
hintMoveBlock(toPath[0], [nodeElement], protyle);
|
||||||
},
|
},
|
||||||
flashcard: false,
|
flashcard: false,
|
||||||
rootIDs: [protyle.block.rootID],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}).element);
|
}).element);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue