We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ca75e commit 75e37deCopy full SHA for 75e37de
packages/orap/src/verse/orap.ts
@@ -17,7 +17,7 @@ export class OrapVerse implements Verse {
17
for (const verse of this._eventVerses)
18
verse.play()
19
20
- this.flow?.onListenFn()
+ // this.flow?.onListenFn()
21
// return this
22
}
23
0 commit comments