From 96ef25ba01a23c1f7b9812ce896d609b00bf8ff1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 29 Sep 2021 21:22:44 +0200 Subject: [PATCH] fix: don't enable editing when the user has no rights for it related: #804 --- src/components/input/editor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 4d142e323..03dff4826 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -1,7 +1,7 @@