mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 19:32:43 +08:00
FIX: Keyboard shortcuts didn't work on subfolders
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user