Skip to content

Commit

Permalink
fixed tag not showing up after removal when using "x" button (#9563)
Browse files Browse the repository at this point in the history
* fixed tag not showing up after removal when using "x" button

* edited changelog
  • Loading branch information
grimmoc committed Aug 9, 2023
1 parent 474c177 commit c712af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog/unreleased/enhancement-tags-form
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Enhancement: Tags form improved
We've improved the tags form in various ways, including visual appearance as well as usability. Auto save, remove tags on backspace, and contextual helper (and more, see issues)

https://github.com/owncloud/web/pull/9525
https://github.com/owncloud/web/pull/9563
https://github.com/owncloud/web/issues/9363
https://github.com/owncloud/web/issues/9356
https://github.com/owncloud/web/issues/9360
https://github.com/owncloud/web/issues/9362
https://github.com/owncloud/web/issues/9416

2 changes: 2 additions & 0 deletions packages/web-app-files/src/components/SideBar/TagsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ export default defineComponent({
if (unref(tagSelect) !== null) {
unref(tagSelect).$refs.search.focus()
}
allTags.push(...tagsToAdd)
} catch (e) {
console.error(e)
store.dispatch('showErrorMessage', {
Expand Down

0 comments on commit c712af9

Please sign in to comment.