FIX: Dismiss topics keyboard shortcut not working (#13260)

This issue is a result of
7a79bd7da3,
where the ID for the bottom Dismiss Topic buttons changed to
dismiss-topic-bottom.
This commit is contained in:
Martin Brennan 2021-06-03 11:20:20 +10:00 committed by GitHub
parent abac614492
commit 006d52f32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const DEFAULT_BINDINGS = {
"x r": {
click: "#dismiss-new,#dismiss-new-top,#dismiss-posts,#dismiss-posts-top",
}, // dismiss new/posts
"x t": { click: "#dismiss-topics,#dismiss-topics-top" }, // dismiss topics
"x t": { click: "#dismiss-topics-bottom,#dismiss-topics-top" }, // dismiss topics
};
const animationDuration = 100;