mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Fix selection border on blocks that have been highlighted.
This commit is contained in:
@@ -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