FIX: Keyboard shortcuts didn't work on subfolders

This commit is contained in:
Robin Ward 2018-06-01 14:38:09 -04:00 committed by Neil Lalonde
parent 08aca35b37
commit abbb0ece4f

View File

@ -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) {