-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Improve draggable dialog demo #19339
Conversation
No bundle size changes comparing 2082679...31792e6 |
Thanks for working on this. Could you apply the same patch to the |
8c745d8
to
31792e6
Compare
Thanks for the help @eps1lon! The PR has been updated and everything is passing :) |
@konekoya Nice catch, thanks. |
No problem! Thanks for the review :) |
Since we're explicitly setting
style={{ cursor: 'move' }}
in theDialogTitle
. We should also make sure only the title is "draggle", not the whole dialog.