Disable pointer events on field angle arrow to fix firefox dragging

This commit is contained in:
Paul Kaplan 2018-11-05 11:01:36 -05:00
parent c9b51592f5
commit 5ab5db5b71
2 changed files with 5 additions and 1 deletions

View file

@ -794,6 +794,9 @@ Blockly.Css.CONTENT = [
'cursor: pointer;',
'}',
'.blocklyAngleDragArrow {',
'pointer-events: none',
'}',
'.blocklyAngleMarks {',
'stroke: #fff;',