Skip to content
Snippets Groups Projects
Commit 767d1ef8 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Remove the hideIntro override and default preview modal to false

The use of an "override" prop that allowed the preview modal to be hidden without actually changing the redux state was causing a problem where the block editors where not closing when modals were opening. That is because it relied on the modal reducer being accurate.

I defaulted the preview state to false to make it simpler to consume the GUI, as www will not want the preview info to be true. I made it true in the playground instead.

This fixes https://github.com/LLK/scratch-gui/issues/3710
parent bb6eb6b3
No related branches found
Tags 0.1.0-prerelease.20190715194054
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment