From de53d90cb2740f84ae595f93d0c4c23f8618a9e4 Mon Sep 17 00:00:00 2001 From: Dmytro Suvorov <992467+susl@users.noreply.github.com> Date: Wed, 23 Jul 2025 18:00:15 +0300 Subject: [PATCH] Fix a running microtask in smart-filter.yazi (#135) --- smart-filter.yazi/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/smart-filter.yazi/main.lua b/smart-filter.yazi/main.lua index f8fd2d9..146e265 100644 --- a/smart-filter.yazi/main.lua +++ b/smart-filter.yazi/main.lua @@ -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