mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-20 21:25:23 +08:00
Currently (for Ranked Choice only) a javascript exception is raised on very first vote, preventing the results from being rendered requiring a browser refresh (which doesn't error). Resolves: TypeError: this.args.rankedChoiceOutcome.round_activity is undefined with simple addition of optional chaining operator. |
||
|---|---|---|
| .. | ||
| poll-buttons-dropdown-test.js | ||
| poll-info-test.js | ||
| poll-options-test.js | ||
| poll-results-pie-test.js | ||
| poll-results-ranked-choice-test.js | ||
| poll-results-standard-test.js | ||
| poll-results-tabs-test.js | ||
| poll-test.js | ||
| poll-ui-builder-test.js | ||