Refactor #4089 - Image accessibility update
parent
fe249402bf
commit
8a7b069276
|
@ -123,7 +123,7 @@ export default {
|
||||||
this.hidePreview();
|
this.hidePreview();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
DomHandler.focus(this.$refs.previewButton);
|
DomHandler.focus(this.$refs.previewButton);
|
||||||
}, 25);
|
}, 200);
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue