bugfix
This commit is contained in:
parent
85594c431d
commit
54474782b5
@ -93,7 +93,7 @@ bricks.StatedIcon = class extends bricks.Icon {
|
||||
this.states.forEach(s => {
|
||||
if(s.state == this.state){
|
||||
this.url = s.url
|
||||
super().options_parse();
|
||||
super.options_parse();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user