notea-org / notea

📒 Self hosted note taking app stored on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragging a folder of other notes onto a note makes the folder disapear from tree view

corbin-auriti opened this issue · comments

Empty Note/Folder 1
|
|

Note with Children 2
----Note 1
----Note 2

When trying to drag "Note with Children 2" onto "Empty Note/Folder 1", "Note with Children 2" disappears from the tree view and can only be found with search. The only way I was able to resolve this was manually editing the tree file and uploading to minio.

It maybe that the request data lacks pid when moving.
Can you open the console to see the specific request body, which was sent when you were moving?