1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/mixins
Kevin Ansfield 2c48cd6139
🐛 Fixed j and k keys not working in editor after visiting Tags screen (#1002)
closes https://github.com/TryGhost/Ghost/issues/9543
- https://github.com/TryGhost/Ghost-Admin/pull/972 moved `keymaster` from Bower to NPM but version 1.6.3 is not published to NPM and it contains fixes for unbinding multiple keys (eg, `'down, j': 'moveDown'`). Switched to fetching directly from github to ensure we have the latest version
- removed the "has registered shortcuts" guard added in https://github.com/TryGhost/Ghost-Admin/pull/976 - it was working around the buggy keymaster version but was also buggy itself because it meant shortcuts could only be registered the first time a route was loaded even though we unregister all of the shortcuts when leaving the route
2018-04-09 13:41:23 +01:00
..
body-event-listener.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
current-user-settings.js Contributor Role (#948) 2018-02-07 10:42:46 +01:00
dropdown-mixin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
pagination.js Bump Ember dependencies to 3.0 (#961) 2018-02-28 17:31:43 +00:00
settings-menu-component.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
shortcuts-route.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
shortcuts.js 🐛 Fixed j and k keys not working in editor after visiting Tags screen (#1002) 2018-04-09 13:41:23 +01:00
slug-url.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
style-body.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
text-input.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
unauthenticated-route-mixin.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
validation-engine.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
validation-state.js ESLint: Don't use observers if possible 2018-01-12 12:17:56 +00:00