Stephan Hoyer
Stephan Hoyer
But changing the document that's gonna be edited? This it not what the user expects right?
I'm not using any iframe. For me this happens every the time. * click the editor * enter some things (chars occur as normal on the cursor) * click the...
Thanks for the answer. We need this because we have our own undo/redo-stack. In order to set to a former version we need to reset the post.
My solution is a simple mock ```js const simpleDomMock = { ownerDocument: { createElementNS: (ns, tagName) => { const children = [] const attrs = {} return { tagName, attrs,...
I had the same issue with the cjs build. Seems to be a problem with minifying already minified code. I worked around this issue by creating my own unminified build...
I'm eagerly awaiting this feature. Is this still planed?
I will try to find a sollution for this in the next week.
great change! Usage is now much simpler, also the crazy path-generation is gone. Great work, @mnater!
you mean a flash-message component?