phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
20 stars 3 forks source link

Problem saving/loading marker controller #264

Closed jessegreenberg closed 3 months ago

jessegreenberg commented 3 months ago

In a project @brettfiedler and @terracoda were working on, the wrong value for marker controlling was selected.

            "controlType": "MARKERS",
            "controlTypeFamily": "MARKERS",

controlType should not be "MARKERS", it should be one of the control types for the "MARKERS" family.

I will try to figure out why this happened.

jessegreenberg commented 3 months ago

I tried -

I really don't know how this happened.

For now, I can add a warning if you try to save it in this state.

jessegreenberg commented 3 months ago

I added an error for when this happens so hopefully we can catch it next time.

image