Skip to content

Commit d652a12

Browse files
committed
docs(events): adds imageRemoved event
1 parent 54a76f5 commit d652a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
| selection-change | range, oldRange, source | Emitted on Quill's `selection-change` event |
3333
| text-change | delta, oldDelta, source | Emitted on Quill's `text-change` event |
3434
| imageAdded | file, Editor, cursorLocation | Emitted when `useCustomImageHandler` is true and photo is being added to the editor |
35+
| imageRemoved | image | Emitted when `useCustomImageHandler` is true and photo has been deleted |
3536

3637
<!-- Emitted when the default save button is clicked -->

0 commit comments

Comments
 (0)