mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
subscription: Use tippy for tooltip.
We no longer need to add_tooltip_to_left_panel_row since tippyjs.delegate will automatically do that for us. Tippyjs automatically places it to left on small widths and bottom for large widhts.
This commit is contained in:
@@ -25,9 +25,7 @@ mock_esm("../../static/js/hash_util", {
|
||||
const stream_data = zrequire("stream_data");
|
||||
const subs = zrequire("subs");
|
||||
|
||||
run_test("redraw_left_panel", (override) => {
|
||||
override(subs, "add_tooltip_to_left_panel_row", () => {});
|
||||
|
||||
run_test("redraw_left_panel", () => {
|
||||
// set-up sub rows stubs
|
||||
const denmark = {
|
||||
elem: "denmark",
|
||||
|
||||
Reference in New Issue
Block a user