Refactor #4089 - Image accessibility update

pull/4188/head
Tuğçe Küçükoğlu 2023-07-21 16:46:16 +03:00
parent fe249402bf
commit 8a7b069276
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ export default {
this.hidePreview();
setTimeout(() => {
DomHandler.focus(this.$refs.previewButton);
}, 25);
}, 200);
event.preventDefault();
break;