This commit is contained in:
Sam Gateau 2019-06-24 17:01:11 -07:00
parent cb1bf57bd1
commit 8d0b7a81f5

View file

@ -127,7 +127,7 @@ PropFolderPanel {
if (Array.isArray(object)) {
if (object.length <= 1) {
object = object[0];
object = object[0];
}
}