mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Convert static/js/unread_ops.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7ec3fc38fa
commit
9997e13032
@@ -7,6 +7,7 @@ import * as message_fetch from "./message_fetch";
|
||||
import * as message_viewport from "./message_viewport";
|
||||
import * as narrow_state from "./narrow_state";
|
||||
import * as recent_topics from "./recent_topics";
|
||||
import * as unread_ops from "./unread_ops";
|
||||
|
||||
let actively_scrolling = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user