yabwe/medium-editor

editablePaste subscription does not fire

ioannist opened this issue · 0 comments

Description

editablePaste subscription does not fire when editor.pasteHTML("

lorem

") is called

Steps to reproduce

  1. editor.subscribe('editablePaste', function (event, editable) { console.log(event)})
  2. editor.pasteHTML("

    lorem

    ")

Expected behavior:
event should be logged

Actual behavior:
nothing is logged

Versions

  • medium-editor: 5.23.3