re-introduce cancel emit to open creations overlay

This commit is contained in:
mahula 2023-01-17 14:19:57 +01:00
parent 36c54f7211
commit ca92123209

View File

@ -2,7 +2,7 @@
<template>
<div class="creation-confirm">
<div v-if="overlay" id="overlay" @dblclick="overlay = false">
<overlay :item="item">
<overlay :item="item" @overlay-cancel="overlay = false">
<template #title>
{{ $t(overlayTitle) }}
</template>