kensnyder / quill-image-drop-module

A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
214 stars 78 forks source link

Lost attributes #8

Closed DanielKimblad closed 6 years ago

DanielKimblad commented 6 years ago

EDIT: Sorry, wrong project, this was for the image resize module.

I haven't had time to dig into this very much so I may be missing something.

When using the widgets to align the image to the right it seems that it is not properly registered with Quill because when using getContents() and inspecting the JSON there are no attributes for aligning and thus when saving the deltas and loading them in Quill the image align setting is not retained.