fix dropdowns in Firefox

This commit is contained in:
Alex Turchyn
2025-01-14 00:10:50 +02:00
committed by Pete Matsyburka
parent 5a96f4f1eb
commit c696890cf5
4 changed files with 4 additions and 4 deletions
@@ -362,7 +362,7 @@ export default {
this.$emit('new-submitter', newSubmitter)
},
closeDropdown () {
document.activeElement.blur()
this.$el.getRootNode().activeElement.blur()
}
}
}