mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Temporarily disable flyout listeners until we fix GH-69
This commit is contained in:
parent
200f895b43
commit
38fb9f4de2
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ window.onload = function() {
|
|||
|
||||
// Block events.
|
||||
workspace.addChangeListener(vm.blockListener);
|
||||
var flyoutWorkspace = workspace.toolbox_.flyout_.workspace_;
|
||||
flyoutWorkspace.addChangeListener(vm.flyoutBlockListener);
|
||||
// @todo: Re-enable flyout listening after fixing GH-69.
|
||||
//var flyoutWorkspace = workspace.toolbox_.flyout_.workspace_;
|
||||
//flyoutWorkspace.addChangeListener(vm.flyoutBlockListener);
|
||||
|
||||
var blockexplorer = document.getElementById('blockexplorer');
|
||||
workspace.addChangeListener(function() {
|
||||
|
|
Loading…
Reference in a new issue