#fitView doesnt work properly when node is rotated.
1 messages · Page 1 of 1 (latest)
Do you have a codepen / codesandbox demonstrating this?
Rotations aren't supported fyi 🤷♂️
Would a possible "hack" around this be to ensure your nodes always have square dimensions, that way you could render the actual content within those bounds, and still make it appear the way you like, while ensuring that rotation doesn't impact how react flow perceives its bounds?
I'd think so, yes ^^
@vivid shale Yeah, this would work.