mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
Only float narrowbar when #home is active.
(imported from commit a2da9b5a41e5a645d0c72ef48ff4a856558bed15)
This commit is contained in:
@@ -230,8 +230,8 @@ $(function () {
|
|||||||
// pointer may still want to move.
|
// pointer may still want to move.
|
||||||
move_pointer_at_page_top_and_bottom();
|
move_pointer_at_page_top_and_bottom();
|
||||||
}
|
}
|
||||||
|
print_elapsed_time("update_fixed_narrowbar", update_fixed_narrowbar);
|
||||||
}
|
}
|
||||||
print_elapsed_time("update_fixed_narrowbar", update_fixed_narrowbar);
|
|
||||||
});
|
});
|
||||||
$(window).mousewheel(throttled_scrollhandler);
|
$(window).mousewheel(throttled_scrollhandler);
|
||||||
$(window).scroll(throttled_scrollhandler);
|
$(window).scroll(throttled_scrollhandler);
|
||||||
|
|||||||
Reference in New Issue
Block a user