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 1be1419 commit 5cf75b1Copy full SHA for 5cf75b1
calendar-widget/calendar.lua
@@ -243,7 +243,7 @@ local function worker(user_args)
243
function calendar_widget.toggle()
244
245
if popup.visible then
246
- auto_hide_timer:stop()
+ 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