discourse/app/assets/javascripts/discourse
Régis Hanol 773857848b
FIX: lockup when navigating with j/k (#30674)
If, for some reasons, navigating between posts using j/k keyboard
shortcuts does not select any posts, there could be an infinite loop
due to setting the `direction` to `0` and then using it do "iterate"
over the arrays of available "articles".

Despite many attemps, I wasn't able to reproduce the issue reported in
https://dev.discourse.org/t/145565 so this is somewhat of a shot in the
dark.
2025-01-09 20:38:44 +01:00
..
app FIX: lockup when navigating with j/k (#30674) 2025-01-09 20:38:44 +01:00
config DEV: Disable Ember's LOG_STACKTRACE_ON_DEPRECATION (#30275) 2024-12-13 17:56:11 +00:00
lib DEV: Bump @discourse/lint-configs and autofix (#29847) 2024-11-20 14:15:04 +00:00
public/assets/scripts DEV: Introduce 'dev tools' toolbar and plugin-outlet debugger (#30624) 2025-01-08 15:26:18 +00:00
scripts PERF: Refactor and optimize splash screen implementation (#30373) 2024-12-30 11:31:08 +00:00
tests FIX: emoji picker followups (#30670) 2025-01-09 14:27:48 +01:00
.ember-cli
.npmrc
.watchmanconfig
ember-cli-build.js DEV: Upgrade dependencies to Ember 5.12 (#30131) 2024-12-11 11:09:25 -03:00
package.json DEV: Introduce 'dev tools' toolbar and plugin-outlet debugger (#30624) 2025-01-08 15:26:18 +00:00
testem.js