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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-03-19 23:09:24 +0300
committerGitHub <noreply@github.com>2022-03-19 23:09:24 +0300
commit532e9460bbbbc59c69662291207c05e6f6c2103b (patch)
tree894a72cb299528e1284f39bd5a3d90f4c15fcf23 /src
parent7f04ddcecef588e19c685bbbb7a9ed8a4e9bd685 (diff)
Don't open sidebar when completing task (#1948)
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/TaskBody.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue
index c7e2c90e..8055dae7 100644
--- a/src/components/TaskBody.vue
+++ b/src/components/TaskBody.vue
@@ -40,6 +40,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
@click="navigate($event)">
<!-- Checkbox -->
<TaskCheckbox :completed="task.completed"
+ class="no-nav"
:cancelled="task.status === 'CANCELLED'"
:read-only="readOnly"
:priority-class="priorityClass"