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 +} - +}) + + +