Draggable chatbot
#23040
-
Hey, I'm trying to implement a chatbot that can be dragged around the page. The user should be able to interact with the rest of the page and keep the chatbot up. I'm trying to identify the best fluent controls to use for this. I see that the modal is draggable, but is there a way to keep the modal active unless the user specifically closes it? If you click away from it, it will dismiss the modal. Or is there a better control to use? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
cherie-q
May 17, 2022
Replies: 1 comment
-
Actually I just figured it out myself :) isModeless={true} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
micahgodbolt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually I just figured it out myself :)
isModeless={true}