How to "link" Popover to element on Canvas? #3034
AlexSKuznetsov
started this conversation in
General
Replies: 2 comments 1 reply
|
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. |
0 replies
|
Hi Joan, thanks for response. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions