Skip to content

Commit 9386b62

Browse files
authored
fix(steps): update observers to watch multiple properties (#3584)
1 parent 226602e commit 9386b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class Steps extends SuperComponent {
4343
};
4444

4545
observers = {
46-
current() {
46+
'current, theme, sequence'() {
4747
this.updateChildren();
4848
},
4949
};

0 commit comments

Comments
 (0)