We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2063b0e commit 1be1419Copy full SHA for 1be1419
calendar-widget/calendar.lua
@@ -243,6 +243,7 @@ local function worker(user_args)
243
function calendar_widget.toggle()
244
245
if popup.visible then
246
+ auto_hide_timer:stop()
247
-- to faster render the calendar refresh it and just hide
248
cal:set_date(nil) -- the new date is not set without removing the old one
249
cal:set_date(os.date('*t'))
0 commit comments