We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a49a03 commit 0f96e32Copy full SHA for 0f96e32
lua/nvim-tree/actions/dispatch.lua
@@ -113,7 +113,7 @@ end
113
function M.dispatch(action)
114
if view.is_help_ui() or action == "toggle_help" then
115
handle_action_on_help_ui(action)
116
- elseif action:match "live" ~= nil then
+ elseif action == "live_filter" or action == "clear_live_filter" then
117
handle_filter_actions(action)
118
else
119
handle_tree_actions(action)
0 commit comments