You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and this is a new bug.
Current Behavior
Hello,
I try to fit the Flow Viewport with:
instance.fitView({ includeHiddenNodes: true })
I have several Nodes with property hidden:true at the beginning, but want the viewport to consider them. Unfortunatly it seems, that while they are not initialized, they will not get considered in the fitView command.
If I switch the hidden property once to false and then back to true and then do the fitView everything works as expected.
Expected Behavior
The Viewport should fit to all nodes if includeHiddenNodes: true is passed, not only initialized once.
Is there an existing issue for this?
Current Behavior
Hello,
I try to fit the Flow Viewport with:
I have several Nodes with property
hidden:true
at the beginning, but want the viewport to consider them. Unfortunatly it seems, that while they are not initialized, they will not get considered in the fitView command.If I switch the
hidden
property once tofalse
and then back totrue
and then do thefitView
everything works as expected.Expected Behavior
The Viewport should fit to all nodes if
includeHiddenNodes: true
is passed, not only initialized once.Steps To Reproduce
Minimal reproduction of the issue with CodeSandbox
https://codesandbox.io/p/devbox/agitated-leakey-4m3dvp
Relevant log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: