2022.11 stable release #202

Merged
floatingghost merged 36 commits from develop into stable 2022-11-12 15:33:58 +00:00
Showing only changes of commit 278b2c25ad - Show all commits

View file

@ -32,6 +32,7 @@ const SearchBar = {
this.$emit('toggled', this.hidden)
this.$nextTick(() => {
if (!this.hidden) {
this.searchTerm = undefined
this.$refs.searchInput.focus()
}
})