fix: Show the delete cursor when dragging a block by an editable field. (#9326)

This commit is contained in:
Aaron Dodson
2025-08-20 11:26:45 -07:00
committed by GitHub
parent ac7619a622
commit 5cc95e44e7

View File

@@ -181,7 +181,8 @@ let content = `
cursor: -webkit-grabbing;
}
.blocklyDragging.blocklyDraggingDelete {
.blocklyDragging.blocklyDraggingDelete,
.blocklyDragging.blocklyDraggingDelete .blocklyField {
cursor: url("<<<PATH>>>/handdelete.cur"), auto;
}