Skip to content

Commit

Permalink
fix: resolve slider render (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim authored Jul 21, 2023
1 parent e9c8f16 commit 22a3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/bus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class Bus {

if (listeners) {
listeners.forEach((func) => func());
this.emitted.add(evtName);
}
this.emitted.add(evtName);
}
}

0 comments on commit 22a3645

Please sign in to comment.