peterkarn / vue-kanban-hierarchical

0 stars 0 forks source link

Possible async issue #8

Open zpwebbear opened 3 years ago

zpwebbear commented 3 years ago

https://github.com/peterkarnaukhsite/vue-kanban-hierarchical/blob/05dc4f76981778966ee8f1c57c0e496f443411cd/src/components/Boards.vue#L57

On this line, you close the popup right after the action was emitted. But in real life you must close modal only after you sure that data is created or updated succesfully