Skip to content

Commit

Permalink
Merge pull request #160 from fitztrev/patch-1
Browse files Browse the repository at this point in the history
Remove arrow function to fix `this` keyword
  • Loading branch information
freekmurze authored Sep 20, 2019
2 parents ca8bd43 + a7f78af commit ede7917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Stack/Snippet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
},
watch: {
selectedFrame: value => {
selectedFrame() {
this.highlightState = null;
},
},
Expand Down

0 comments on commit ede7917

Please sign in to comment.