mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #53964 from nextcloud/fix-clearing-unified-search-when-modal-is-closed
fix: Fix clearing unified search when modal is closed
This commit is contained in:
commit
8fc37b2249
3 changed files with 10 additions and 4 deletions
|
|
@ -329,7 +329,13 @@ export default defineComponent({
|
|||
query: {
|
||||
immediate: true,
|
||||
handler() {
|
||||
this.searchQuery = this.query.trim()
|
||||
this.searchQuery = this.query
|
||||
},
|
||||
},
|
||||
|
||||
searchQuery: {
|
||||
handler() {
|
||||
this.$emit('update:query', this.searchQuery)
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
4
dist/core-unified-search.js
vendored
4
dist/core-unified-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-unified-search.js.map
vendored
2
dist/core-unified-search.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue