Skip to content

Commit

Permalink
fix(clock): add missing help button (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan808 committed May 1, 2024
1 parent 8f6b840 commit 4d0b8de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simulator/src/sequential/Clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export default class Clock extends CircuitElement {
Clock.prototype.tooltipText = 'Clock'

Clock.prototype.click = Clock.prototype.toggleState
Clock.prototype.helplink =
'https://docs.circuitverse.org/#/chapter4/6sequentialelements?id=clock'
Clock.prototype.objectType = 'Clock'
Clock.prototype.propagationDelay = 0
Clock.prototype.propagationDelayFixed = true

0 comments on commit 4d0b8de

Please sign in to comment.