Skip to content

Commit

Permalink
Removed left over code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Sep 26, 2024
1 parent 283c42c commit 1432354
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/FocusHandling.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,4 @@ export default Blits.Component('FocusHandling', {
if (menu && menu.$focus) menu.$focus()
},
},
methods: {
zIndex(index) {
console.log(index)
return this.focused === index ? 1 : 0
},
},
})

0 comments on commit 1432354

Please sign in to comment.