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
<PreviewContainer /> should properly close, if <ScaledContainer /> components states are the same as they were after <PreviewContainer /> was opened.
<PreviewContainer />
<ScaledContainer />
If some kind of change is made and then reverted, <PreviewContainer /> doesn't close on "Preview" click.
cache
Save state after opening and check before closing/opening.
After opening the <PreviewContainer />, stringify and save its state to compare it before every open/close of <PreviewContainer />.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
<PreviewContainer />
should properly close, if<ScaledContainer />
components states are the same as they were after<PreviewContainer />
was opened.Current Behavior
If some kind of change is made and then reverted,
<PreviewContainer />
doesn't close on "Preview" click.cache
variable that sets to false after every state change.Possible Solution
Save state after opening and check before closing/opening.
Steps to Reproduce
<PreviewContainer />
;<PreviewContainer />
input and then revert it;Possible Implementation
After opening the
<PreviewContainer />
, stringify and save its state to compare it before every open/close of<PreviewContainer />
.The text was updated successfully, but these errors were encountered: