fix: fix toggle entry mistake

This commit is contained in:
JuanZoran 2023-03-29 09:19:14 +08:00
parent 8c43260cbb
commit 29f12aa107

View File

@ -194,6 +194,7 @@ function M:process(data)
self:execute 'toggle_entry' self:execute 'toggle_entry'
return return
end end
self.waitting = false
local result, name = data:get_available_result() local result, name = data:get_available_result()
if not result then if not result then