Работа над BookInfoDialog

This commit is contained in:
Book Pauk
2022-11-10 14:56:25 +07:00
parent 79e6ca2d27
commit 81d8b476a5
4 changed files with 160 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ class ObjectInspector {
}
if (raw === null)
return null;
return [];
raw = (Array.isArray(raw) ? raw : [raw]);