mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Disable pointer events on field angle arrow to fix firefox dragging
This commit is contained in:
parent
c9b51592f5
commit
5ab5db5b71
2 changed files with 5 additions and 1 deletions
|
@ -794,6 +794,9 @@ Blockly.Css.CONTENT = [
|
|||
'cursor: pointer;',
|
||||
'}',
|
||||
|
||||
'.blocklyAngleDragArrow {',
|
||||
'pointer-events: none',
|
||||
'}',
|
||||
|
||||
'.blocklyAngleMarks {',
|
||||
'stroke: #fff;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue