diff --git a/l10n/messages.pot b/l10n/messages.pot index a48113f4..7d188fee 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -38,7 +38,7 @@ msgstr "" msgid "Copy to {target}" msgstr "" -#: lib/components/FilePicker/FilePicker.vue:250 +#: lib/components/FilePicker/FilePicker.vue:252 msgid "Could not create the new folder" msgstr "" @@ -51,11 +51,11 @@ msgstr "" msgid "File name cannot be empty." msgstr "" -#: lib/components/FilePicker/FilePicker.vue:236 +#: lib/components/FilePicker/FilePicker.vue:238 msgid "Files and folders you mark as favorite will show up here." msgstr "" -#: lib/components/FilePicker/FilePicker.vue:234 +#: lib/components/FilePicker/FilePicker.vue:236 msgid "Files and folders you recently modified will show up here." msgstr "" @@ -106,6 +106,6 @@ msgstr "" msgid "Unset" msgstr "" -#: lib/components/FilePicker/FilePicker.vue:232 +#: lib/components/FilePicker/FilePicker.vue:234 msgid "Upload some content or sync with your devices!" msgstr "" diff --git a/lib/components/FilePicker/FilePicker.vue b/lib/components/FilePicker/FilePicker.vue index a0224de5..ee5fc640 100644 --- a/lib/components/FilePicker/FilePicker.vue +++ b/lib/components/FilePicker/FilePicker.vue @@ -191,6 +191,8 @@ const currentPath = computed({ window.sessionStorage.setItem('NC.FilePicker.LastPath', path) } navigatedPath.value = path + // Reset selected files + selectedFiles.value = [] }, })