rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
216 stars 29 forks source link

Deleting app text with running editor causes crash #181

Open nstrayer opened 1 year ago

nstrayer commented 1 year ago

There is currently some state logic about if we're in an app or need the template chooser and it never accounts for the situation where the user deletes the app text and the editor should go back to the template chooser mode.