Skip to content

Commit

Permalink
remove unused optional chain
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev authored Sep 27, 2020
1 parent ec46f46 commit a769b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-freezeframe/src/components/VueFreezeframe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class VueFreezeframe extends Vue {
stop() {
if (this.$freezeframe) {
this.$freezeframe?.stop()
this.$freezeframe.stop()
this.isPlaying = false
}
}
Expand Down

0 comments on commit a769b98

Please sign in to comment.