basic text editor

This commit is contained in:
2025-09-06 01:21:13 +02:00
parent 73d3b2a27f
commit a4c2c039d2
13 changed files with 315 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ const fileInputElement = ref<HTMLInputElement>(
const uploading = ref(false);
const dropZoneRef = ref<HTMLElement>();
const dropZone = useDropZone(dropZoneRef, {
useDropZone(dropZoneRef, {
onDrop,
multiple: true,
});