Skip to content

Commit

Permalink
added conditional rendering for setuplisteners
Browse files Browse the repository at this point in the history
  • Loading branch information
niladrix719 committed Jul 30, 2024
1 parent adf45d9 commit 3a1e488
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@
</div>
<div id="plot" ref="plotRef">
<canvas
v-if="!embed"
id="plotArea"
@mousedown="setupTimingListeners.plotAreaMouseDown"
@mousemove="setupTimingListeners.plotAreaMouseMove"
@mouseup="setupTimingListeners.plotAreaMouseUp"
>
</canvas>
<canvas v-else id="plotArea"></canvas>
</div>
</div>
</div>
Expand Down

0 comments on commit 3a1e488

Please sign in to comment.