hunghg255 / quill-resize-image

A plugin resize image for Quilljs
https://quill-resize-image.vercel.app
23 stars 5 forks source link

Fix wrong position bug with scrolled quilljs editor element #5

Closed LiteHell closed 2 months ago

LiteHell commented 2 months ago

In case of using quill-js editor with scrollbar, using css such as .ql-editor { max-height: 600px;}, resizing box is positioned on wrong position when scroll position is not top.

wrong position bug screenshot

This pull request fixes wrong position bug on quill-js editor with scrollbar.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quill-resize-module ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 19, 2024 9:52am
hunghg255 commented 2 months ago

thank you so much for your contribute