You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Toast UI editor and I am trying to figure out how to drag and drop multiple images at once. I see there is a toolbar items that allows adding images but there you could only add once at a time. I also added a hook to be able to be able to drag images:
But addImageBlobHook only allows a single File type, so when I drag more than 1 file, only the first gets added. Is there a way to drag and drop more than 1 image?
Version
"@toast-ui/react-editor": "^3.2.3"
The text was updated successfully, but these errors were encountered:
Summary
I am using the Toast UI editor and I am trying to figure out how to drag and drop multiple images at once. I see there is a toolbar items that allows adding images but there you could only add once at a time. I also added a hook to be able to be able to drag images:
But
addImageBlobHook
only allows a singleFile
type, so when I drag more than 1 file, only the first gets added. Is there a way to drag and drop more than 1 image?Version
"@toast-ui/react-editor": "^3.2.3"
The text was updated successfully, but these errors were encountered: