blockly > BlockSvg > removeSelect

BlockSvg.removeSelect() method

Removes the visual "select" effect from the block, but does not actually unselect it or fire an event.

Signature:

removeSelect(): void;

Returns:

void