mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-21 02:20:37 -04:00
Changes per neil's comments, plus a rebuild
This commit is contained in:
parent
7d435bdb99
commit
1d1321a00d
5 changed files with 16 additions and 14 deletions
core
|
@ -164,7 +164,7 @@ Blockly.Toolbox.prototype.init = function() {
|
|||
// Just close popups.
|
||||
Blockly.hideChaff(true);
|
||||
}
|
||||
Blockly.Touch.clearTouchIdentifier(); // Don't block future drags.
|
||||
Blockly.Touch.clearTouchIdentifier(); // Don't block future drags.
|
||||
});
|
||||
var workspaceOptions = {
|
||||
disabledPatternId: workspace.options.disabledPatternId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue