Images now uploading

This commit is contained in:
2024-12-01 17:59:29 +00:00
parent 3bc3ff5ba7
commit 225cae73b5
2 changed files with 85 additions and 29 deletions

View File

@@ -192,7 +192,7 @@ export default function Editor() {
placeholder="Add tags (press Enter)"
value={tagInput}
onChange={(e) => setTagInput(e.target.value)}
onKeyPress={handleAddTag}
onKeyDown={handleAddTag}
/>
</div>