Skip to content

Commit f76f21e

Browse files
committed
fix: Show the delete cursor when dragging a block by an editable field.
1 parent ef235cf commit f76f21e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/css.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ let content = `
181181
cursor: -webkit-grabbing;
182182
}
183183
184-
.blocklyDragging.blocklyDraggingDelete {
184+
.blocklyDragging.blocklyDraggingDelete,
185+
.blocklyDragging.blocklyDraggingDelete .blocklyField {
185186
cursor: url("<<<PATH>>>/handdelete.cur"), auto;
186187
}
187188

0 commit comments

Comments
 (0)