fix(edit content): prevent duplicate content during drag-and-drop - #37031
Conversation
…s in the new block editor (#36976) ### Changes Made - Updated the to skip setting content while dragging, preventing potential duplicates. - Introduced a new extension to handle drag-and-drop functionality for atom nodes, ensuring proper selection and movement. - Added unit tests for the new extension to verify drag-and-drop behavior and atom node handling. ### Testing - Verified that dragging atom nodes does not create duplicates and that the editor behaves as expected during drag-and-drop operations. This PR addresses issue #36976.
|
Claude finished @KevinDavilaDotCMS's task in 1m 54s —— View job Code Review — PR #37031
This is a well-reasoned, well-documented fix. The approach — remove New Issues
Notes (non-blocking)
Test coverageGood. No blocking issues. The Medium is an edge case worth a conscious decision before merge. |
2026-08-11.18-34-49.mov
Changes Made
Testing
This PR addresses issue #36976.
Proposed Changes
Checklist
Additional Info
** any additional useful context or info **
Screenshots