emit change, no matter what
This commit is contained in:
parent
b26671c462
commit
2418a1de38
|
|
@ -38,7 +38,7 @@ export class RecorderCollection extends EventEmitter {
|
|||
|
||||
restart() {
|
||||
this._actions = [];
|
||||
this._fireChange();
|
||||
this.emit('change', []);
|
||||
}
|
||||
|
||||
setEnabled(enabled: boolean) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue