提交 b8957b0d 编写于 作者: F Filipa Lacerda

[ci skip] Adds quick actions link to input in discussion

上级 9daae8cc
......@@ -181,7 +181,7 @@
<textarea
id="note-body"
name="note[note]"
class="note-textarea js-gfm-input js-autosize markdown-area js-note-text"
class="note-textarea js-gfm-input markdown-area"
data-supports-slash-commands="true"
data-supports-quick-actions="true"
aria-label="Description"
......
......@@ -32,6 +32,7 @@
note: this.noteBody,
markdownPreviewUrl: getIssueData.preview_note_path,
markdownDocsUrl: getNotesData.markdownDocs,
quickActionsDocsUrl: getNotesData.quickActionsDocs,
conflictWhileEditing: false,
};
},
......@@ -98,7 +99,8 @@
<markdown-field
:markdown-preview-url="markdownPreviewUrl"
:markdown-docs="markdownDocsUrl"
:addSpacingClasses="false">
:quick-actions-docs="quickActionsDocsUrl"
:add-spacing-classes="false">
<textarea
id="note-body"
name="note[note]"
......
......@@ -19,7 +19,7 @@
display: block;
outline: none;
resize: none;
height: 100vh !important; // reason being: https://github.com/vuejs/vue/issues/6246
height: 100vh;
max-height: calc(100vh - 10px);
max-width: 900px;
margin: 0 auto 10px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册