- Updated FAQs copy.
- Close nav on view switch
This commit is contained in:
Thomas Mathews 2022-12-22 14:00:59 -08:00
parent 0a4789b38e
commit 2288afbba3
3 changed files with 31 additions and 5 deletions

View file

@ -315,5 +315,6 @@ function get_thread_root_id(damus, id) {
function switch_view(mode, opts) {
log_warn("switch_view deprecated, use view_timeline_apply_mode");
view_timeline_apply_mode(DAMUS, mode, opts);
close_gnav();
}