mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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) {
|
_bindToPath(path, key) {
|
||||||
this.keyTrapper.bind(key, () => DiscourseURL.routeTo(path));
|
this.keyTrapper.bind(key, () => DiscourseURL.routeTo(Discourse.BaseUri + path));
|
||||||
},
|
},
|
||||||
|
|
||||||
_bindToClick(selector, binding) {
|
_bindToClick(selector, binding) {
|
||||||
|
Loading…
Reference in New Issue
Block a user