mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

images are still available after deletion #51

Closed joukhar closed 1 year ago

joukhar commented 1 year ago

delete button doesn't work when user click on it . after i refreshed the page , images are still there. screenshot : https://prnt.sc/CvyKHPhmOlFo

what i want to know is which class the request sent to when user clicked on delete btn, and how to edit it using appServiceProvider

and thanks