Jyotiraditya
Results
1
comments of
Jyotiraditya
You can track current and prev images inside array using onUpdate and editor.getJSON( ), and delete images which dosen't match currentImages ex. ``` onUpdate: async({ editor })=> { setContent(editor.getJSON()); console.log(editor.getJSON())...