Merge branch 'fix-sync-button' into 'v3'

Fix sync button to emit click on click event.

See merge request openflexure/openflexure-microscope-server!413
This commit is contained in:
Julian Stirling 2025-10-21 15:45:39 +00:00
commit 203fb53c42

View file

@ -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"