feat: enable creating items on the same level
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-16 10:10:11 +02:00
parent 832587b51d
commit 65c2466f97
5 changed files with 46 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ pub enum Msg {
MoveUp,
QuitApp,
OpenCreateItemDialog,
OpenCreateItemDialogBelow,
OpenEditItemDialog { item: GraphItem },
Interact,