fix: fix toggle entry will trigger auto_close events

This commit is contained in:
JuanZoran
2023-03-19 20:15:36 +08:00
parent 3eae6a40e9
commit 8be4fb7303
7 changed files with 34 additions and 27 deletions

View File

@@ -60,6 +60,7 @@ local strategy = {
local update = data.frontend:wait()
for _, backend in ipairs(data.backends) do
do_query(data, backend)
local name = backend.name
---@cast backend TransBackend
while result[name] == nil do