add_logic cursor when refocus is proper again
This commit is contained in:
@@ -646,6 +646,9 @@ pub async fn run_ui() -> Result<()> {
|
|||||||
if let Page::Register(page) = &router.current {
|
if let Page::Register(page) = &router.current {
|
||||||
let _ = CursorManager::update_for_mode(page.editor.mode());
|
let _ = CursorManager::update_for_mode(page.editor.mode());
|
||||||
}
|
}
|
||||||
|
if let Page::AddLogic(page) = &router.current {
|
||||||
|
let _ = CursorManager::update_for_mode(page.editor.mode());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AppMode::Command => {
|
AppMode::Command => {
|
||||||
|
|||||||
Reference in New Issue
Block a user