Fix broken tests due to bad conflict resolution
This commit is contained in:
parent
e29c0da8c5
commit
83397ed071
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
class="note-textarea js-gfm-input js-autosize markdown-area"
|
||||
data-supports-quick-actions="false"
|
||||
aria-label="Description"
|
||||
placeholder="Write a comment or drag your files here..."
|
||||
placeholder="Write a comment or drag your files here…"
|
||||
@keydown.meta.enter="updateIssuable"
|
||||
@keydown.ctrl.enter="updateIssuable">
|
||||
</textarea>
|
||||
|
|
|
@ -361,7 +361,7 @@ Please check your network connection and try again.`;
|
|||
js-gfm-input js-autosize markdown-area js-vue-textarea"
|
||||
data-supports-quick-actions="true"
|
||||
aria-label="Description"
|
||||
placeholder="Write a comment or drag your files here..."
|
||||
placeholder="Write a comment or drag your files here…"
|
||||
@keydown.up="editCurrentUserLastNote()"
|
||||
@keydown.meta.enter="handleSave()"
|
||||
@keydown.ctrl.enter="handleSave()">
|
||||
|
|
|
@ -173,7 +173,7 @@ export default {
|
|||
class="note-textarea js-gfm-input
|
||||
js-autosize markdown-area js-vue-issue-note-form js-vue-textarea"
|
||||
aria-label="Description"
|
||||
placeholder="Write a comment or drag your files here..."
|
||||
placeholder="Write a comment or drag your files here…"
|
||||
@keydown.meta.enter="handleUpdate()"
|
||||
@keydown.ctrl.enter="handleUpdate()"
|
||||
@keydown.up="editMyLastNote()"
|
||||
|
|
Loading…
Reference in a new issue