sphericalpm / lektor-simplemde

Plugin integrating SimpleMDE into Lektor admin
MIT License
14 stars 1 forks source link

should fix #3: watch for changes to textarea and mirror those to… #4

Open manulari opened 4 years ago

manulari commented 4 years ago

… SimpleMDE

pbuzdin commented 4 years ago

@mvartanyan

GrishaVar commented 3 years ago

Hi @manulari, thanks for this PR! Could you resolve the conflict so I can merge it please? The value updating line should be

Object.getOwnPropertyDescriptor(window.HTMLTextAreaElement.prototype, 'value').set.call(e, v);

Thanks