1
0

feat(navigation): make dragging a project to a parent work

This commit is contained in:
kolaente
2023-03-27 13:21:47 +02:00
parent 7171b63947
commit c6f3829387
5 changed files with 21 additions and 11 deletions

View File

@ -23,6 +23,7 @@ export default class ProjectModel extends AbstractModel<IProject> implements IPr
position = 0
backgroundBlurHash = ''
childProjects = []
parentProjectId = 0
created: Date = null
updated: Date = null