mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08:00
FIX: Keyboard shortcuts didn't work on subfolders
This commit is contained in:
parent
89eca87f16
commit
597ffd7e3f
|
@ -279,7 +279,7 @@ export default {
|
|||
},
|
||||
|
||||
_bindToPath(path, key) {
|
||||
this.keyTrapper.bind(key, () => DiscourseURL.routeTo(path));
|
||||
this.keyTrapper.bind(key, () => DiscourseURL.routeTo(Discourse.BaseUri + path));
|
||||
},
|
||||
|
||||
_bindToClick(selector, binding) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user