Refactor #4089 - Image accessibility update

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-21 16:46:16 +03:00
parent fe249402bf
commit 8a7b069276

View file

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