emit change, no matter what

This commit is contained in:
Simon Knott 2024-12-05 15:46:25 -08:00
parent b26671c462
commit 2418a1de38
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -38,7 +38,7 @@ export class RecorderCollection extends EventEmitter {
restart() {
this._actions = [];
this._fireChange();
this.emit('change', []);
}
setEnabled(enabled: boolean) {