Skip to content

Commit

Permalink
ItemName: Fix issue that causes a router-link to empty string (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Nov 4, 2021
1 parent 0f991ba commit 7e0b670
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ItemName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ export default {
},
},
created() {
if (!this.preventExternalHover && this.isLink) {
this.isValidLink = true
}
this.hovering = _.debounce(this._hovering, 20)
},
methods: {
Expand Down

0 comments on commit 7e0b670

Please sign in to comment.