DEV Community

Discussion on: Setting up a rich text editor in React: Inserting images

Collapse
 
tutran34349129 profile image
Tu Tran • Edited

Great Article. I have a question about how to delete the image uploaded in firebase when users decide not to use that image in the editor. Do we have an onChange event that triggers when the user hits BackSpace (to remove image)? Or we have to go to the firebase and remove it manually.