nordabiz/static/js
Maciej Pienczyn f793522ab4
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix(messages): override Quill clipboard.onPaste for single image insert + resize CSS
Root cause of double paste: Quill's internal clipboard handler AND my DOM
handler both processed the image. Fix: override clipboard.onPaste directly
to intercept images before Quill processes them.

- uploadAndInsertImage() extracted as reusable method
- CSS: img.selected gets resize:both for native browser resize handle
- Removed complex DOM resize hack (didn't work with Quill contenteditable)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 16:06:50 +02:00
..
vendor fix(company-edit): host Quill editor locally instead of CDN 2026-03-18 18:12:39 +01:00
analytics-tracker.js fix(zopk): Add Brave API rate limit handling and heartbeat limit fix 2026-02-09 14:43:34 +01:00
conversations.js fix(messages): override Quill clipboard.onPaste for single image insert + resize CSS 2026-03-30 16:06:50 +02:00
scroll-animations.js feat: Animacje scroll z IntersectionObserver (Sprint 4) 2026-01-30 14:43:30 +01:00