Disable autoclose

This commit is contained in:
Eric Rosenbaum 2017-09-01 16:18:16 -04:00
parent 7b490b11b7
commit beff405d6a

View file

@ -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.