apprt/gtk: forgot to remove debug code to hide overlay

This commit is contained in:
Mitchell Hashimoto
2024-07-07 09:39:41 -07:00
parent f9e5d9c10b
commit 10a3214cb4

View File

@ -982,7 +982,6 @@ pub fn setMouseVisibility(self: *Surface, visible: bool) void {
pub fn mouseOverLink(self: *Surface, uri_: ?[]const u8) void {
const uri = uri_ orelse {
if (true) return;
if (self.url_widget) |widget| {
widget.deinit(self.overlay);
self.url_widget = null;