Fix search timer

This commit is contained in:
Ksaper 2023-03-03 03:50:54 +02:00
parent 468e4d9119
commit bf7db8a110
1 changed files with 2 additions and 1 deletions

View File

@ -819,7 +819,8 @@ local function new(args)
ret._private.current_page = 1
ret._private.search_timer = gtimer {
timeout = 0.05,
autostart = true,
call_now = false,
autostart = false,
single_shot = true,
callback = function()
ret:search()