From 9ea8c32cdcde79f51aec8b30be0cde5c2442a998 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Wed, 25 Feb 2015 15:07:04 -0800 Subject: [PATCH] Don't change warnings during a drag. --- blockly_compressed.js | 6 +++--- core/block_svg.js | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/blockly_compressed.js b/blockly_compressed.js index 87bacec71..87f876ef4 100644 --- a/blockly_compressed.js +++ b/blockly_compressed.js @@ -1057,9 +1057,9 @@ Blockly.BlockSvg.connectionUiStep_=function(a){var b=(new Date-a.startDate_)/150 Blockly.BlockSvg.prototype.updateColour=function(){if(!this.disabled){var a=Blockly.makeColour(this.getColour()),b=goog.color.hexToRgb(a),c=goog.color.lighten(b,.3),b=goog.color.darken(b,.4);this.svgPathLight_.setAttribute("stroke",goog.color.rgbArrayToHex(c));this.svgPathDark_.setAttribute("fill",goog.color.rgbArrayToHex(b));this.svgPath_.setAttribute("fill",a);c=this.getIcons();for(a=0;a