DEV Community

Vijay Raj
Vijay Raj

Posted on

Quill editor table format and image resize issue in Angular 18 standalone application

HI, I'm using quill editor in my angular 18 standalone application, installed through npm install @ngx-quill. I'm able to the quill editor in my application but when I paste table then it's not pasted correctly, it's creating new column if line break is there in any column's value and also image resizing option is not there. Can anyone help?

Top comments (0)