De-select entries that are hidden in playground

This commit is contained in:
2021-10-07 20:51:48 -06:00
parent 34378070ec
commit eb76f76f88

View File

@@ -25,4 +25,6 @@
{
(.kill (dictGet sprites e.id))
(sprites.remove e.id)
// When an Entry is hidden, we can bet the user doesn't want it selected anymore
(controller.DeSelectEntry e)
}))