Fix a running microtask in smart-filter.yazi (#135)

This commit is contained in:
Dmytro Suvorov
2025-07-23 18:00:15 +03:00
committed by GitHub
parent 1ab21d43c7
commit de53d90cb2

View File

@@ -43,6 +43,7 @@ local function entry()
elseif event == 1 then
ya.emit("escape", { filter = true })
ya.emit(h.is_dir and "enter" or "open", { h.url })
break
end
end
end