Skip to content

Commit 6c5eeca

Browse files
committed
2 parents 0d4d35e + 025a5c3 commit 6c5eeca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/ui.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ end
291291
-- Prevent hover UI from being redrawn
292292
local ch = Card.hover
293293
function Card:hover()
294-
if self.children.h_popup then return end
294+
if self.children.h_popup then
295+
return
296+
end
295297
ch(self)
296-
end
298+
end

0 commit comments

Comments
 (0)