You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<textareaclass="editor-input"v-model="posting.post.body":class="{ 'rtl': rtl }"placeholder="Enter your reply here. (BTW, you can drag and drop images directly into the editor panel)":maxlength="postMaxLength || 10000"></textarea>
160
+
<textareaclass="editor-input"v-if="threadEditorMode"v-model="threadCopy.body":class="{ 'rtl': rtl }"placeholder="Enter your reply here. (BTW, you can drag and drop images directly into the editor panel)":maxlength="postMaxLength || 10000"></textarea>
161
+
<textareaclass="editor-input"v-if="postEditorMode"v-model="posting.post.body":class="{ 'rtl': rtl }"placeholder="Enter your reply here. (BTW, you can drag and drop images directly into the editor panel)":maxlength="postMaxLength || 10000"></textarea>
0 commit comments