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:
commit
203fb53c42
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