toregua

Results 5 comments of toregua

Hi, First thanks for this great plugin and your reactivity I wanted to know when it was planned to merge the windows 10 branch with the master branch? We are...

I have the same issue inside an primeng modal, no problem in a normal component : ``` Localisation ```

I have found the solution, it is just CSS z-index problem, add this in your css and everything will be ok : ``` .pac-container { z-index: 99999; } ```

same behavior for me, the image position is not persisted when i save my generated html and reload quill component with the same html, images positions are lost it seems...

I have found a solution related to [#10](https://github.com/kensnyder/quill-image-resize-module/issues/10#issuecomment-317747389). It is due to inline css that are not persisted Solution : ``` const BaseImageFormat = Quill.import('formats/image'); const ImageFormatAttributesList = [ 'alt',...