mirror of
https://github.com/penpot/penpot.git
synced 2026-03-30 08:10:30 +02:00
The splitTextIntoTextBlocks function in @penpot/draft-js called .split() on the text parameter without a null check. When pasting content without text data (e.g., images only), Draft.js passes null to handlePastedText, causing a TypeError. Signed-off-by: Andrey Antukh <niwi@niwi.nz>