chore: remove old comment
This commit is contained in:
parent
49fac7db1c
commit
4134fcbd75
@ -68,7 +68,6 @@ const projectStore = useProjectStore()
|
||||
|
||||
// Vue draggable will modify the projects list as it changes their position which will not work on a prop.
|
||||
// Hence, we'll clone the prop and work on the clone.
|
||||
// FIXME: cloning does not work when loading the page initially
|
||||
const collapsedProjects = ref<{ [id: IProject['id']]: boolean }>({})
|
||||
const availableProjects = ref<IProject[]>([])
|
||||
const childProjects = ref<{ [id: IProject['id']]: boolean }>({})
|
||||
|
Loading…
x
Reference in New Issue
Block a user