fixed player_0_1s bug
This commit is contained in:
parent
c4883b9484
commit
efa3086389
4 changed files with 24 additions and 4 deletions
src/modules/simulationRenderer/classes
|
@ -364,4 +364,12 @@ export class SimulationRenderer {
|
|||
this.selectedGates.permanent.clear()
|
||||
this.selectedGates.temporary.clear()
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears the selected pins of the renderer
|
||||
*/
|
||||
public clearPinSelection() {
|
||||
this.selectedPins.end = null
|
||||
this.selectedPins.start = null
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue