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

Fix indenting of multi-nested unknown ui code #199

Open nstrayer opened 1 year ago

nstrayer commented 1 year ago

When there's an unknown ui node with more than one layer of nesting things get a bit ugly. This can/should probably be fixed by just dumping the .text attribute from the treesitter node.