Skip to content

Commit

Permalink
removed the focuson button method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-Sinha-11 committed Nov 12, 2024
1 parent 4c242e3 commit e92a739
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/KDropdownMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,6 @@
this.$emit('close');
this.$refs.popover.close();
},
focusOnButton() {
if (this.$refs.button) {
this.$refs.button.$el.focus();
}
},
},
};
Expand Down

0 comments on commit e92a739

Please sign in to comment.