We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2f2a5 commit 359b6f7Copy full SHA for 359b6f7
1 file changed
apps/files/src/store/renaming.ts
@@ -88,6 +88,8 @@ export const useRenamingStore = defineStore('renaming', () => {
88
})
89
90
// Update mime type if extension changed
91
+ // as other related informations might have changed
92
+ // on the backend but it is really hard to know on the front
93
if (oldExtension !== newExtension) {
94
node = await fetchNode(node.path)
95
}
0 commit comments