merged master into next
This commit is contained in:
commit
9f1463f410
4 changed files with 24 additions and 4 deletions
src/modules/simulationRenderer/classes
|
@ -365,4 +365,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