Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Röhrl <jakob.roehrl@web.de>2020-09-07 15:36:38 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-11-03 17:06:20 +0300
commitd5dfd2c80ca5ea409b418396cc5db96bb3e87b80 (patch)
tree95d44b6d7d3c14bf7d7af3fc1776492820fc8e77
parentc32a6070f591a7750256f37359cbe64209cae1c7 (diff)
click outside to close sidebar
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
-rw-r--r--src/components/card/CardSidebar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue
index f08bd147..ab6d9a88 100644
--- a/src/components/card/CardSidebar.vue
+++ b/src/components/card/CardSidebar.vue
@@ -22,6 +22,7 @@
<template>
<NcAppSidebar v-if="currentBoard && currentCard"
+ v-click-outside="closeSidebar"
:active="tabId"
:title="title"
:subtitle="subtitle"