Fix custom store

This commit is contained in:
Jon Staab
2024-05-15 14:41:44 -07:00
parent 94e1d8ad52
commit 08d6d93661
2 changed files with 10 additions and 8 deletions
-2
View File
@@ -81,8 +81,6 @@ export class Repository extends Emitter implements IReadable<TrustedEvent[]> {
setValue(getValue())
}
onRefresh()
this.on('event', onEvent)
this.on('delete', onRefresh)