mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
re-introduce cancel emit to open creations overlay
This commit is contained in:
parent
36c54f7211
commit
ca92123209
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user