Merge pull request #3731 from FinnStutzenstein/MotionCommentsInlineEditingFix
Fixed wrong index for inline editors
This commit is contained in:
commit
cb42af7c8b
@ -28,7 +28,7 @@
|
||||
<!-- comment fields -->
|
||||
<div class="col-sm-12">
|
||||
<div id="view-original-comment-inline-editor-{{ id }}" style="min-height: 14px;"
|
||||
ng-bind-html="motion.comments[id] | trusted" contenteditable="{{ commentsInlineEditing.editors[$index].isEditable }}"></div>
|
||||
ng-bind-html="motion.comments[id] | trusted" contenteditable="{{ commentsInlineEditing.editors[id].isEditable }}"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user