Fixed wrong index for inline editors
This commit is contained in:
parent
60ae155d96
commit
902ca96a16
@ -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