-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Package Scope
etc
Bug description
When opening the language dropdown on the documentation page,
multiple flowchart SVGs disappear, including:
• The flowchart under “Core Packages”
• The flowchart under “Architecture and Component Relationships”
What’s unexpected is that these SVGs do not reappear even after closing the dropdown,
as long as the language itself is not changed.
From DevTools, it appears that the SVG elements are actually removed from the DOM when the dropdown is opened.
I’m not sure if this behavior is intended, so I’d like to ask for clarification.
Expected behavior
Opening or closing the language dropdown alone should not trigger any changes in the documentation content.
If the language itself is not changed, flowchart SVGs should remain visible without being unmounted or removed.
To Reproduce
- Go to https://suspensive.org/en/docs/introduction
- Scroll to a section with a flowchart (e.g. “Core Packages” or “Architecture and Component Relationships”)
- Open the language dropdown (do not select any language)
- Close the dropdown
Possible Solution
If this is not intended behavior, it might help to ensure that flowchart components are not unmounted when toggling the language dropdown.
I’d be happy to investigate and work on a fix if this is considered a bug.
etc.
- The SVG reappears after a full re-render (e.g. switching language).

