Images now uploading
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user