mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
🚨
This commit is contained in:
parent
80dc5d1082
commit
7beee6c57c
6 changed files with 14 additions and 16 deletions
|
|
@ -437,7 +437,7 @@ export const hintMoveBlock = (pathString: string, sourceElements: Element[], pro
|
|||
if (pathString === "/") {
|
||||
return;
|
||||
}
|
||||
const parentID = getDisplayName(pathString, true, true)
|
||||
const parentID = getDisplayName(pathString, true, true);
|
||||
if (protyle.block.rootID === parentID) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue