Update a bunch of libraries to typescript

This commit is contained in:
2024-08-30 15:16:01 +02:00
parent c152f36f49
commit c75cbb2e3f
18 changed files with 370 additions and 222 deletions

View File

@@ -22,7 +22,7 @@ const delete_file = async e => {
alert(err)
return
} finally {
nac.set_loading(false)
nav.set_loading(false)
}
if (open_after_edit) {
@@ -32,7 +32,6 @@ const delete_file = async e => {
}
visible = false
}
</script>
<h2>File settings</h2>