This commit is contained in:
Vanessa 2022-11-28 00:39:51 +08:00
parent 80dc5d1082
commit 7beee6c57c
6 changed files with 14 additions and 16 deletions

View file

@ -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;
}