Skip to content

Commit 1243e92

Browse files
author
David Haeffner
committed
Reset isSilent to false during cleanup
1 parent 03996ee commit 1243e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/selenium-ide/src/neo/stores/view/PlaybackState.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ class PlaybackState {
820820
this.isPlayingControlFlowCommands = false
821821
this.runningQueue = []
822822
this.playFromHereCommandId = undefined
823+
this.isSilent = false
823824
}
824825
}
825826

0 commit comments

Comments
 (0)