Content is empty after resize of image (when focus is still on photo). Content appears when editor gets focus. Should be added auto focus on editor right after resize event.
Solution:
trumbowyg.resizimg.js
onDragEnd (line 236)
after (line 238):
resizeWithCanvas.refresh();
add:
resizeWithCanvas.reset();
Most helpful comment
Solution:
trumbowyg.resizimg.js
onDragEnd (line 236)
after (line 238):
resizeWithCanvas.refresh();add:
resizeWithCanvas.reset();