fix: anchor links - use MouseEvent.currentTarget (#4236)
Co-authored-by: Mark <mark@mhack.io>
This commit is contained in:
		@@ -579,7 +579,7 @@ export default {
 | 
			
		||||
        el.onclick = ev => {
 | 
			
		||||
          ev.preventDefault()
 | 
			
		||||
          ev.stopPropagation()
 | 
			
		||||
          this.$vuetify.goTo(decodeURIComponent(ev.target.hash), this.scrollOpts)
 | 
			
		||||
          this.$vuetify.goTo(decodeURIComponent(ev.currentTarget.hash), this.scrollOpts)
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user