mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix typo in flyout.js (#402)
This commit is contained in:
committed by
Neil Fraser
parent
736ff96ead
commit
0585a667ec
@@ -806,7 +806,7 @@ Blockly.Flyout.prototype.onMouseMoveBlock_ = function(e) {
|
||||
Safari Mobile 6.0 and Chrome for Android 18.0 fire rogue mousemove events
|
||||
on certain touch actions. Ignore events with these signatures.
|
||||
This may result in a one-pixel blind spot in other browsers,
|
||||
but this shouldn't be noticable. */
|
||||
but this shouldn't be noticeable. */
|
||||
e.stopPropagation();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user