Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sporeventexplosion committed Nov 21, 2023
1 parent 33554b5 commit 1d99a89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderer/components/ft-input/ft-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ export default defineComponent({
this.$refs.input.focus()
},

isFocused() {
return document.activeElement === this.$refs.input
},

select() {
this.$refs.input.select()
},
Expand Down

0 comments on commit 1d99a89

Please sign in to comment.