Ignore focus mouseover event when composed in layout (#6373)
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
This commit is contained in:
@@ -885,6 +885,10 @@ export default {
|
||||
});
|
||||
},
|
||||
focusElement() {
|
||||
if (this.isComposedInLayout) {
|
||||
return false;
|
||||
}
|
||||
|
||||
this.$el.focus();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user