We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e527e65 commit 379304bCopy full SHA for 379304b
lua/nvim-tree/node/init.lua
@@ -255,12 +255,12 @@ end
255
---@return BaseNode cloned
256
function BaseNode:clone()
257
---@type Explorer
258
- local placeholder
+ local explorer_placeholder = nil
259
260
---@type BaseNode
261
local clone = {
262
type = self.type,
263
- explorer = placeholder,
+ explorer = explorer_placeholder,
264
absolute_path = self.absolute_path,
265
executable = self.executable,
266
fs_stat = self.fs_stat,
0 commit comments