Skip to content

Commit 54d4d66

Browse files
wolfibDevtools-frontend LUCI CQ
authored andcommitted
[Freestyler] Form submission button: disable on submit
Fixed: 379985372 Change-Id: I721304257f5d8de67570e00d5a9ce2b0b41855c0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6038332 Auto-Submit: Wolfgang Beyer <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Wolfgang Beyer <[email protected]>
1 parent f913cc6 commit 54d4d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/freestyler/components/UserActionRow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export class UserActionRow extends HTMLElement {
166166
}
167167
this.#props.onFeedbackSubmit(this.#currentRating, input.value);
168168
this.#isShowingFeedbackForm = false;
169+
this.#isSubmitButtonDisabled = true;
169170
this.#render();
170171
};
171172

0 commit comments

Comments
 (0)