From 4a5f18359f05b5784adade59d74f377892252e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 3 Feb 2020 11:58:51 +0100 Subject: [PATCH] Fix issue when selecting an entry, the multiselect input was not closed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .../components/TransferOwnershipDialogue.vue | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/apps/files/src/components/TransferOwnershipDialogue.vue b/apps/files/src/components/TransferOwnershipDialogue.vue index 5a897d4d924..d6f55879c63 100644 --- a/apps/files/src/components/TransferOwnershipDialogue.vue +++ b/apps/files/src/components/TransferOwnershipDialogue.vue @@ -34,25 +34,26 @@ {{ directoryPickerError }}

-