editablePaste subscription does not fire
ioannist opened this issue · 0 comments
ioannist commented
Description
editablePaste subscription does not fire when editor.pasteHTML("
lorem
") is calledSteps to reproduce
- editor.subscribe('editablePaste', function (event, editable) { console.log(event)})
- editor.pasteHTML("
lorem
")
Expected behavior:
event should be logged
Actual behavior:
nothing is logged
Versions
- medium-editor: 5.23.3