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:
Aman Agrawal
2021-02-26 09:00:39 +00:00
committed by Tim Abbott
parent b783cb468b
commit 2f18cb51ac
3 changed files with 4 additions and 20 deletions

View File

@@ -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",