fix: drag cursor not showing (#7999)

This commit is contained in:
Beka Westberg
2024-04-08 16:23:49 +00:00
committed by GitHub
parent 25ba5f0a3d
commit 0cec8b1d29

View File

@@ -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