mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
chore(files): adjust renaming action comment
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
006d4ee952
commit
7fc0318475
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ export const useRenamingStore = defineStore('renaming', () => {
|
|||
})
|
||||
|
||||
// Update mime type if extension changed
|
||||
// as other related informations might have changed
|
||||
// on the backend but it is really hard to know on the front
|
||||
if (oldExtension !== newExtension) {
|
||||
node = await fetchNode(node.path)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue