diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-06 10:59:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 10:59:32 +0100 |
commit | 572dd7b088ea05a00b59582cc9de247c806e36f4 (patch) | |
tree | 3c921c1954c6548c1fb4fe9794f33af76dcfbf6c /apps/files_sharing/src | |
parent | 6b1a4fa983c71c8c332b3e63d0dc395564cbdf60 (diff) | |
parent | 50004bc4a527de46b6721d75494ef13ad202eddd (diff) | |
download | nextcloud-server-572dd7b088ea05a00b59582cc9de247c806e36f4.tar.gz nextcloud-server-572dd7b088ea05a00b59582cc9de247c806e36f4.zip |
Merge pull request #25503 from nextcloud/bugfix/23617/fix-share-dropdown-position
Sharing dropdown now opens below
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 9fa9e47e287..6ca2299b81c 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -34,6 +34,7 @@ :preserve-search="true" :searchable="true" :user-select="true" + open-direction="below" @search-change="asyncFind" @select="addShare"> <template #noOptions> |