freeCodeCamp/client/src
rituteb 6f12526fe1 Fix issue with download solution on completion modal (#34967) (#35317)
When the user downloads their solution before proceeding to the next challenge, the solution is downloaded again on Ctrl + Enter.

The issue is that once the user has downloaded their solution, the download button is in focus, so pressing Ctrl + Enter will not only dispatch the submit challenge event, it'll also dispatch the click event on the download button which is not what we want. This disables that event.

Closes #34967
2019-02-21 12:06:52 +03:00
..
__mocks__ feat: remove news from platform 2019-01-16 13:48:38 +00:00
__tests__/integration feat: remove news from platform 2019-01-16 13:48:38 +00:00
analytics chore: Port over mission statement and gtag (#34262) 2018-11-09 21:21:50 +05:30
client fix(edge): get client app to work on edge (#35040) 2019-02-03 22:19:27 +05:30
client-only-routes feat: use eslint with prettier to format code 2019-02-19 14:30:27 +05:30
components chore: normalize freeCodeCamp in english (#35258) 2019-02-19 15:19:49 +05:30
contexts feat: use eslint with prettier to format code 2019-02-19 14:30:27 +05:30
head chore: Apply linting fixes 2019-02-19 14:30:27 +05:30
images docs: optimise images (#35240) 2019-02-16 12:04:16 +05:30
pages fix(client): touching the edges on learn welcome page (#35296) 2019-02-20 08:06:43 +03:00
redux feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
resources chore: Apply linting fixes 2019-02-19 14:30:27 +05:30
templates Fix issue with download solution on completion modal (#34967) (#35317) 2019-02-21 12:06:52 +03:00
utils fix(ci): Fix lint errors thrown in CI 2019-02-19 14:30:27 +05:30
html.js fix: mathjax rendering (#18468) 2018-10-20 16:14:42 +05:30