mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
Prevent default on click events for conductor delta buttons (#4022)
* Prevent default on click events for conductor delta buttons
This commit is contained in:
parent
4a7ebe326c
commit
1f5cb7ca42
@ -85,7 +85,7 @@
|
||||
<button
|
||||
ref="startOffset"
|
||||
class="c-button c-conductor__delta-button"
|
||||
@click="showTimePopupStart"
|
||||
@click.prevent="showTimePopupStart"
|
||||
>
|
||||
{{ offsets.start }}
|
||||
</button>
|
||||
@ -133,7 +133,7 @@
|
||||
<button
|
||||
ref="endOffset"
|
||||
class="c-button c-conductor__delta-button"
|
||||
@click="showTimePopupEnd"
|
||||
@click.prevent="showTimePopupEnd"
|
||||
>
|
||||
{{ offsets.end }}
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user