Skip to content

Commit c8a98fe

Browse files
committed
Fix issue from merge
1 parent 4a598d3 commit c8a98fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/nvim-tree/actions/dispatch.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
local api = vim.api
2-
31
local view = require "nvim-tree.view"
42
local lib = require "nvim-tree.lib"
53

64
local M = {}
75

86
local Actions = {
9-
close = api.close,
7+
close = view.close,
108

119
-- Tree modifiers
1210
collapse_all = require("nvim-tree.actions.tree-modifiers.collapse-all").fn,

0 commit comments

Comments
 (0)