Skip to content

Commit 0e71b44

Browse files
author
yggverse
committed
add tooltip cleanup
1 parent 1fcc29f commit 0e71b44

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • src/app/browser/window/tab/item/page/navigation

src/app/browser/window/tab/item/page/navigation/request.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ impl Request {
156156
}
157157
});
158158
}
159-
None => e.remove_css_class(C),
159+
None => {
160+
e.remove_css_class(C);
161+
e.set_tooltip_text(None)
162+
}
160163
}
161164
}
162165
}

0 commit comments

Comments
 (0)