Skip to content

Commit f88bf69

Browse files
committed
Fix integration issue with latest treemacs
1 parent 7c83c17 commit f88bf69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lsp-treemacs.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@
412412
lsp-treemacs-theme))))
413413

414414
(treemacs-define-expandable-node lsp-symbol
415-
:icon-open-form (lsp-treemacs--symbol-icon (treemacs-button-get btn :symbol) t)
416-
:icon-closed-form (lsp-treemacs--symbol-icon (treemacs-button-get btn :symbol) nil)
417-
:query-function (append (gethash "children" (treemacs-button-get btn :symbol)) nil)
415+
:icon-open-form (lsp-treemacs--symbol-icon (treemacs-button-get node :symbol) t)
416+
:icon-closed-form (lsp-treemacs--symbol-icon (treemacs-button-get node :symbol) nil)
417+
:query-function (append (gethash "children" (treemacs-button-get node :symbol)) nil)
418418
:ret-action 'lsp-treemacs-goto-symbol
419419
:render-action
420420
(treemacs-render-node

0 commit comments

Comments
 (0)