Trumbowyg: Content call empty after image resize

Created on 25 May 2020  路  1Comment  路  Source: Alex-D/Trumbowyg

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.

plugin

Most helpful comment

Solution:
trumbowyg.resizimg.js
onDragEnd (line 236)
after (line 238):
resizeWithCanvas.refresh();
add:
resizeWithCanvas.reset();

>All comments

Solution:
trumbowyg.resizimg.js
onDragEnd (line 236)
after (line 238):
resizeWithCanvas.refresh();
add:
resizeWithCanvas.reset();

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KiarashS picture KiarashS  路  3Comments

mgjunk picture mgjunk  路  4Comments

MACscr picture MACscr  路  6Comments

tonvanalebeek picture tonvanalebeek  路  6Comments

idansh picture idansh  路  4Comments