fix dropdowns in Firefox
This commit is contained in:
committed by
Pete Matsyburka
parent
5a96f4f1eb
commit
c696890cf5
@@ -362,7 +362,7 @@ export default {
|
||||
this.$emit('new-submitter', newSubmitter)
|
||||
},
|
||||
closeDropdown () {
|
||||
document.activeElement.blur()
|
||||
this.$el.getRootNode().activeElement.blur()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user