Работа над BookInfoDialog

This commit is contained in:
Book Pauk
2022-11-11 22:12:13 +07:00
parent a3190e4af3
commit 2dd67487dc
6 changed files with 54 additions and 54 deletions

View File

@@ -817,7 +817,7 @@ class XmlParser extends NodeBase {
if (raw.length && !s.last) {
if (s.index < raw.length) {
raw = raw[s.index];
if (raw[0] === NODE)
if (raw[0] === NODE && raw[3])
raw = raw[3];
else {
raw = [];