* Remove , at the end of row in the lastest children in sidebar widget.

This commit is contained in:
liumengyi
2023-11-15 09:23:21 +08:00
parent a409f5462e
commit d9dfd8c3d4
+1 -1
View File
@@ -28,7 +28,7 @@ class sidebar extends wg
width($width),
setData(array('zui' => 'sidebar', 'side' => $side, 'toggleBtn' => $showToggle, 'preserve' => $preserve, 'parent' => $parent, 'maxWidth' => $maxWidth, 'minWidth' => $minWidth)),
set($this->getRestProps()),
$this->children(),
$this->children()
);
}
}