From 902ca96a16c15455eade0c8b64159408fad0778a Mon Sep 17 00:00:00 2001 From: FinnStutzenstein Date: Wed, 2 May 2018 15:35:49 +0200 Subject: [PATCH] Fixed wrong index for inline editors --- .../static/templates/motions/motion-detail/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/motions/static/templates/motions/motion-detail/comments.html b/openslides/motions/static/templates/motions/motion-detail/comments.html index cfd01c241..ed12dcf35 100644 --- a/openslides/motions/static/templates/motions/motion-detail/comments.html +++ b/openslides/motions/static/templates/motions/motion-detail/comments.html @@ -28,7 +28,7 @@
+ ng-bind-html="motion.comments[id] | trusted" contenteditable="{{ commentsInlineEditing.editors[id].isEditable }}">