How to "link" Popover to element on Canvas? #3034
Replies: 2 comments
-
Hi Alexander, The popover relies on scroll or resize events to update its position. I assume the canvas does not trigger such events while dragging, so the popover position will not update. In other words, a popover in a canvas is not a use case supported by the component at the moment. You might have to implement your own component (if you do, our design tokens might help you maintain consistency with the system), or show the information somewhere else, e.g, in a side panel or a statically positioned overlay. |
Beta Was this translation helpful? Give feedback.
-
Hi Joan, thanks for response. |
Beta Was this translation helpful? Give feedback.
-
Hey,
I'm using React Flow library for node-based canvas workflow management.
Currently one of the node has a button with Popover element. When i'm start moving Node Popover keep it's position without moving. How can a fix this?
popover.mp4
Code:
Beta Was this translation helpful? Give feedback.
All reactions