Describe the bug
This is especially noticable with a board with several lists and items. Mine has 400+ items and 10ish lists.
New to this codebase, but my first guess is this is a performance issue with calculating the potential list insertion point in the case of the user placing the note from the sidebar into a list to create a new item. It might need spatial partitioning if the issue is what I think it is.
Expected Behavior
The editor should be responsive and shouldn't slow down to < 10fps :)
Steps to reproduce
- Open a kanban board with several items (several hundred to really notice performance issue)
- open the left sidebar (Files)
- drag a file from the sidebar over the kanban board screen area
- observe obsidian responsiveness
Relevant errors (if available)
Operating system
Windows
Describe the bug
This is especially noticable with a board with several lists and items. Mine has 400+ items and 10ish lists.
New to this codebase, but my first guess is this is a performance issue with calculating the potential list insertion point in the case of the user placing the note from the sidebar into a list to create a new item. It might need spatial partitioning if the issue is what I think it is.
Expected Behavior
The editor should be responsive and shouldn't slow down to < 10fps :)
Steps to reproduce
Relevant errors (if available)
Operating system
Windows