Skip to content

Commit

Permalink
Refactor #4089 - Image accessibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 21, 2023
1 parent fe24940 commit 8a7b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/image/Image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default {
this.hidePreview();
setTimeout(() => {
DomHandler.focus(this.$refs.previewButton);
}, 25);
}, 200);
event.preventDefault();
break;
Expand Down

0 comments on commit 8a7b069

Please sign in to comment.