This commit is contained in:
Alexander Wang 2023-03-21 14:33:39 -07:00
parent 4e67114797
commit b0faa8a295
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -574,7 +574,6 @@ func (obj *Object) newObject(id string) *Object {
func (obj *Object) HasChild(ids []string) (*Object, bool) {
if len(ids) == 0 {
println("\033[1;31m--- DEBUG:", "=======================", "\033[m")
return obj, true
}
if len(ids) == 1 && ids[0] != "style" {