mapeditor/tiled



Do you want to work on this issue?
You can request for a bounty in order to promote it!
Cleaning up empty nested classes #3998
hnbdr posted onGitHub
Nested class properties remain even if they do not have a single subproperty. They are visible in the interface and then saved in the json map. They appear if you clear all nested properties manually but forget to delete the nested class itself. They also remain after setProperty(path, undefined)
is executed.
It would be convenient if they were cleaned automatically.