Skip to content

Commit

Permalink
correct open behavior on record
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed Nov 6, 2023
1 parent 86d3d06 commit 613e289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default class RecorderController extends BaseController {
playbackURL.endsWith('/playback-window.html')
)
} else {
await this.session.windows.initializePlaybackWindow()
await this.session.windows.openPlaybackWindow()
playbackWindow = await this.session.windows.getLastPlaybackWindow()
inited = false
}
Expand Down

0 comments on commit 613e289

Please sign in to comment.