add_logic cursor when refocus is proper again

This commit is contained in:
filipriec
2025-08-30 21:26:20 +02:00
parent 4edec5e72d
commit 0a7f032028

View File

@@ -646,6 +646,9 @@ pub async fn run_ui() -> Result<()> {
if let Page::Register(page) = &router.current {
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 => {