mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
Fix selection border on blocks that have been highlighted.
This commit is contained in:
+1
-1
@@ -1520,7 +1520,7 @@ Blockly.BlockSvg.prototype.setHighlighted = function(highlighted) {
|
||||
this.svgPathLight_.style.display = 'none';
|
||||
} else {
|
||||
this.svgPath_.removeAttribute('filter');
|
||||
this.svgPathLight_.style.display = 'block';
|
||||
delete this.svgPathLight_.style.display;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user