chore: fix test breaking changes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use hyperlog_core::log::GraphItem;
|
||||
|
||||
use crate::commands::{Command, IntoCommand};
|
||||
|
||||
#[derive(Debug)]
|
||||
@@ -7,6 +9,7 @@ pub enum Msg {
|
||||
MoveDown,
|
||||
MoveUp,
|
||||
OpenCreateItemDialog,
|
||||
OpenEditItemDialog { item: GraphItem },
|
||||
Interact,
|
||||
|
||||
EnterInsertMode,
|
||||
|
Reference in New Issue
Block a user