From 7e5901a2cffb8b5559b24491b1bee1f6daf8f60a Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 2 Nov 2023 18:51:34 +0000 Subject: [PATCH] Fix indent --- cista-front/src/components/FileExplorer.vue | 422 ++++++++++---------- 1 file changed, 205 insertions(+), 217 deletions(-) diff --git a/cista-front/src/components/FileExplorer.vue b/cista-front/src/components/FileExplorer.vue index 2b99437..027438f 100644 --- a/cista-front/src/components/FileExplorer.vue +++ b/cista-front/src/components/FileExplorer.vue @@ -1,227 +1,215 @@ + + - + control.onopen = () => { + control.send(JSON.stringify({ + "op": "rename", + "path": `${linkBasePath.value}/${oldName}`, + "to": newName + })) + } + doc.name = newName // We should get an update from watch but this is quicker +} - +}) + + +