Skip to content

[Diagram]: Fix selection Bug#357

Merged
EagleoutIce merged 4 commits intomainfrom
355-fix-selection-switch-bug
Jan 16, 2026
Merged

[Diagram]: Fix selection Bug#357
EagleoutIce merged 4 commits intomainfrom
355-fix-selection-switch-bug

Conversation

@gigalasr
Copy link
Collaborator

closes #355

@gigalasr gigalasr self-assigned this Jan 16, 2026
Copy link
Member

@EagleoutIce EagleoutIce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice :)

}

const emptyDependencies: DependenciesQueryResult = { library: [], source: [], read: [], write: [], visualize: [], '.meta': { timing: -1 } } as unknown as DependenciesQueryResult;
const emptyDependencies: DependenciesQueryResult = { library: [], source: [], read: [], write: [], visualize: [], test: [], '.meta': { timing: -1 } } as unknown as DependenciesQueryResult;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

frech :P

@EagleoutIce EagleoutIce merged commit dd77455 into main Jan 16, 2026
7 checks passed
@EagleoutIce EagleoutIce deleted the 355-fix-selection-switch-bug branch January 16, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Selection does not update after file-switch

2 participants