Disable background close for calibration modal
This commit is contained in:
parent
31b84e8477
commit
1ca40c3207
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="modal-example" ref="calibrationModalEl" uk-modal>
|
||||
<div id="modal-example" ref="calibrationModalEl" uk-modal="bg-close: false;">
|
||||
<div v-if="ready" class="uk-modal-dialog uk-modal-body">
|
||||
<h2 class="uk-modal-title">Microscope Calibration</h2>
|
||||
<div v-show="stepValue == 0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue