From 7fc031847584cbcfa1e655d099e3f18b00cb6ffc Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Wed, 14 May 2025 19:23:27 +0200 Subject: chore(files): adjust renaming action comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/files/src/store/renaming.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/files/src') diff --git a/apps/files/src/store/renaming.ts b/apps/files/src/store/renaming.ts index a04ae5acbd6..fc61be3bd3b 100644 --- a/apps/files/src/store/renaming.ts +++ b/apps/files/src/store/renaming.ts @@ -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) } -- cgit v1.2.3