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
imageAdded | file, Editor, cursorLocation | Emitted when useCustomImageHandler is true and and photo is being added to the editor
44
+
imageAdded | file, Editor, cursorLocation | Emitted when useCustomImageHandler is true and photo is being added to the editor
45
45
<!-- Emitted when the default save button is clicked -->
46
46
47
47
## Example
@@ -81,6 +81,8 @@ You can see below that 3 parameters are passed.
81
81
2. The Editor instance
82
82
4. The cursor position at the time of upload so the image can be inserted at the correct position on success
83
83
84
+
**NOTE** In addition to this example, I have created a [new example repo](https://github.com/davidroyer/vue2editor-images) demonstrating this new feature with an actual server.
0 commit comments