-
-
Notifications
You must be signed in to change notification settings - Fork 381
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
非常感谢,这是一个很酷脑图库!
Describe the bug
当 direction 设置 RIGHT 时,调用 insertSibling 无法插入在节点的前面。
看了一下代码是这里有个条件
mind-elixir-core/src/nodeOperation.ts
Line 63 in 3a40a90
| } else if (!nodeObj.parent?.parent && nodeObj.parent?.children?.length === 1) { |
To Reproduce
无
Expected behavior
direction 为 SIDE 时,才执行这个条件。
Screenshots
无
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working