You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize images on IE 11 works by default (AlloyEditor has ae_dragresize plugin as default) but if you create an AlloyEditor instance with the following config will not work.
var content = new AlloyEditor.editable('myContent', {extraPlugins: 'ae_dragresize'})