| commit | bd7c54c2f0d8b4538a625c72eb05423f69e40b24 | [log] [tgz] |
|---|---|---|
| author | Paladox none <thomasmulhall410@yahoo.com> | Fri Jul 25 06:41:17 2025 -0700 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 25 06:41:17 2025 -0700 |
| tree | 3c34918c19c25a70c0e4c808f8284ed8c337877a | |
| parent | c666eb8cbfd06824849be46ce2ba70f0d1678e1e [diff] | |
| parent | e69475137ec19459a006cbc7825e4edb3ce04ad0 [diff] |
Merge "gr-comment: Add "." to text property for gr-suggestion-textarea"
diff --git a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts index 801fd023..ec7ad9f 100644 --- a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts +++ b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts
@@ -893,7 +893,7 @@ code="" rows="4" .placeholder=${this.messagePlaceholder} - text=${this.messageText} + .text=${this.messageText} autocompleteHint=${this.autocompleteHint?.commentCompletion ?? ''} @text-changed=${this.handleTextChanged} @hintShown=${this.handleHintShown}
diff --git a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts index 1f57d38..7a8dd74 100644 --- a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts +++ b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts
@@ -340,7 +340,6 @@ code="" id="editTextarea" rows="4" - text="This is the test comment message." > </gr-suggestion-textarea> <gr-endpoint-slot name="above-actions"></gr-endpoint-slot>