Fix sync button to emit click on click event.
This commit is contained in:
parent
e51fbb4fa6
commit
d5701fab80
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<a class="sync-button">
|
||||
<a @click.prevent="$emit('click')" class="sync-button">
|
||||
<span
|
||||
class="material-symbols-outlined sync-icon"
|
||||
title="Reread value from microscope. Required if microscope is updated externally"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue