mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3k stars 173 forks source link

[Bug]: Random duplication of every cards in Kanban after moving cards #981

Open francoisWeber opened 1 month ago

francoisWeber commented 1 month ago

Describe the bug

Sometimes (looks random but I just do not understand the behaviour), after moving a card from one column to another one, the kanban board immediately duplicates every cards. Clicking open as markdown show only normal cards lists without duplicate. Then, clicking back to open as kanban board make the duplicates disappear.

Example of duplicated board:

Capture d’écran 2024-06-07 à 10 51 53

Expected Behavior

No duplication of cards after card move.

Steps to reproduce

Create a few columns, then create a few cards, then drag and drop one card from one column to the other one

Relevant errors (if available)

Maybe related to https://github.com/mgmeyers/obsidian-kanban/issues/943 ?

Operating system

macOS

mgmeyers commented 1 month ago

Strange. Next time this happens, could you see if there are any errors (red text) in Obsidian's developer console (you can open it with ctrl+shift+i / command + opt + i)?

francoisWeber commented 1 month ago

Yep, I'll definitely try to capture logs. I'll keep you posted