This commit is contained in:
kolaente 2023-12-01 12:01:44 +01:00
parent 71ac61a928
commit 18deb3b822
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ function uploadAndInsertFiles(files: File[] | FileList) {
.setImage({src: url})
.run()
})
bubbleSave(
bubbleSave()
})
}