From be4da5feeb0b04668dae86b3f76606418543f36d Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Thu, 11 Apr 2019 11:43:37 -0700 Subject: [PATCH] Reverts hideChaff fix --- core/inject.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/inject.js b/core/inject.js index 65a54332e..57d2a13b4 100644 --- a/core/inject.js +++ b/core/inject.js @@ -420,11 +420,6 @@ Blockly.init_ = function(mainWorkspace) { */ Blockly.inject.bindDocumentEvents_ = function() { if (!Blockly.documentEventsBound_) { - document.addEventListener('mouseup', function() { - Blockly.hideChaff(); - Blockly.Touch.clearTouchIdentifier(); // Don't block future drags. - }, false); - Blockly.bindEventWithChecks_(document, 'scroll', null, function() { var workspaces = Blockly.Workspace.getAll(); for (var i = 0, workspace; workspace = workspaces[i]; i++) {