mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: drag cursor not showing (#7999)
This commit is contained in:
@@ -206,6 +206,9 @@ let content = `
|
||||
.blocklyDragging {
|
||||
cursor: grabbing;
|
||||
cursor: -webkit-grabbing;
|
||||
/* Drag surface disables events to not block the toolbox, so we have to
|
||||
* reenable them here for the cursor values to work. */
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
/* Changes cursor on mouse down. Not effective in Firefox because of
|
||||
|
||||
Reference in New Issue
Block a user