mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Fix typo in flyout.js (#403)
This commit is contained in:
parent
6ec7d31629
commit
736ff96ead
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ Blockly.Flyout.prototype.show = function(xmlList) {
|
|||
|
||||
this.layoutBlocks_(blocks, gaps);
|
||||
|
||||
// IE 11 is an incompetant browser that fails to fire mouseout events.
|
||||
// IE 11 is an incompetent browser that fails to fire mouseout events.
|
||||
// When the mouse is over the background, deselect all blocks.
|
||||
var deselectAll = function() {
|
||||
var topBlocks = this.workspace_.getTopBlocks(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue