Fix sync button to emit click on click event.

This commit is contained in:
Julian Stirling 2025-10-21 13:34:35 +01:00
parent e51fbb4fa6
commit d5701fab80

View file

@ -1,5 +1,5 @@
<template> <template>
<a class="sync-button"> <a @click.prevent="$emit('click')" class="sync-button">
<span <span
class="material-symbols-outlined sync-icon" class="material-symbols-outlined sync-icon"
title="Reread value from microscope. Required if microscope is updated externally" title="Reread value from microscope. Required if microscope is updated externally"