Create UI for moving files in filesystem

This commit is contained in:
2023-11-16 16:33:35 +01:00
parent adbf92d0f3
commit 49356471ca
5 changed files with 184 additions and 110 deletions

View File

@@ -34,7 +34,7 @@ const state_update = async (base) => {
// Render the viewer component and set the file type
await tick()
if (viewer) {
if (viewer && viewer.update) {
viewer.update()
}
}