stream_popover: Update the comment that describes the module.

This commit is contained in:
Daniil Fadeev 2023-07-28 12:24:42 +03:00 committed by Tim Abbott
parent 71de1c2a66
commit e0f72de75c
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ import * as sub_store from "./sub_store";
import * as ui_report from "./ui_report";
import * as ui_util from "./ui_util";
import * as unread_ops from "./unread_ops";
// We handle stream popovers and topic popovers in this
// module. Both are popped up from the left sidebar.
// In this module, we manage stream popovers
// that pop up from the left sidebar.
let current_stream_sidebar_elem;
let stream_widget_value;
let $stream_header_colorblock;