Make sure the popup does not close everything else

This commit is contained in:
kolaente 2021-01-21 21:23:36 +01:00
parent 618821cc29
commit 706a6b3271
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,10 @@
<router-view/>
<transition name="modal">
<router-view name="popup"/>
</transition>
<a @click="$store.commit('keyboardShortcutsActive', true)" class="keyboard-shortcuts-button">
<icon icon="keyboard"/>
</a>

View File

@ -169,7 +169,9 @@ export default new Router({
{
path: '/namespaces/:id/list',
name: 'list.create',
component: NewListComponent,
components: {
popup: NewListComponent,
}
},
{
path: '/lists/:id/edit',