Skip to content

Commit

Permalink
Fix navigation manager yielding itself in some cases as goto-declarat…
Browse files Browse the repository at this point in the history
…ion target
  • Loading branch information
Col-E committed Oct 16, 2024
1 parent d0231f1 commit 4881c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public NavigationManager(@Nonnull NavigationManagerConfig config,

// Remove the path reference to the old workspace.
forwarding.workspacePath = null;
path = null;
path = new DummyInitialNode();

// Force close any remaining tabs that hold navigable content.
for (DockingTab tab : dockingManager.getDockTabs()) {
Expand Down

0 comments on commit 4881c8c

Please sign in to comment.