mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Disable autoclose
This commit is contained in:
parent
7b490b11b7
commit
beff405d6a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Blockly.Flyout = function(workspaceOptions) {
|
|||
* Does the flyout automatically close when a block is created?
|
||||
* @type {boolean}
|
||||
*/
|
||||
Blockly.Flyout.prototype.autoClose = true;
|
||||
Blockly.Flyout.prototype.autoClose = false;
|
||||
|
||||
/**
|
||||
* Whether the flyout is visible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue