accounts: use column nav for account management

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-16 16:28:56 -07:00
parent 3c79724a81
commit 52a7ed53ec
4 changed files with 34 additions and 11 deletions

View File

@@ -40,7 +40,6 @@ fn open_thread(
) -> Option<BarResult> {
{
router.route_to(Route::thread(NoteId::new(selected_note.to_owned())));
router.navigating = true;
}
let root_id = crate::note::root_note_id_from_selected_id(ndb, note_cache, txn, selected_note);