Skip to content

Commit 75e37de

Browse files
committed
fix(orap): onListenFn called twice
close #14
1 parent 05ca75e commit 75e37de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orap/src/verse/orap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class OrapVerse implements Verse {
1717
for (const verse of this._eventVerses)
1818
verse.play()
1919

20-
this.flow?.onListenFn()
20+
// this.flow?.onListenFn()
2121
// return this
2222
}
2323

0 commit comments

Comments
 (0)