We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using react-rnd version [10.2.3]
My browser is: Chrome
I am sure this issue is not a duplicate?
https://codesandbox.io/s/xpm699v4lp?file=/src/app.js
After increasing the screen size to 300%, and then after zoom out the dialog or popup is not retaining it older position. I am passing below props:
Dialog should not sticked to its position and should retain its old position after zoom out
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview of the problem
I'm using react-rnd version [10.2.3]
My browser is: Chrome
I am sure this issue is not a duplicate?
Reproduced project
https://codesandbox.io/s/xpm699v4lp?file=/src/app.js
Description
After increasing the screen size to 300%, and then after zoom out the dialog or popup is not retaining it older position. I am passing below props:
Steps to Reproduce
enableResizing={false} // Add enableResizing prop
disableDragging={true} // Add disableDragging prop
Expected behavior
Dialog should not sticked to its position and should retain its old position after zoom out
The text was updated successfully, but these errors were encountered: