Ghost/ghost/admin/lib/koenig-editor/addon/components
Kevin Ansfield 821a5d38ab 🐛 Koenig - Fixed numpad Enter key not behaving like normal Enter key
refs https://github.com/TryGhost/Ghost/issues/9724
- `event.code` represents physical key location rather than the associated key value. Eg, `event.code` could be `NumpadEnter` rather than the expected `Enter` value
- ensure we use `event.key` anywhere that we are acting on the key value so that re-mapped or virtual keys still work as expected
2018-07-30 14:40:00 +01:00
..
koenig-caption-input.js 🐛 Koenig - Fix Firefox adding "ArrowUp" or similar to caption fields 2018-06-21 17:57:45 +01:00
koenig-card-code.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
koenig-card-embed.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
koenig-card-hr.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
koenig-card-html.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
koenig-card-image.js Koenig - Rename image card payload.imageStyle to payload.cardWidth (#1028) 2018-07-23 12:21:32 +01:00
koenig-card-markdown.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
koenig-card.js 🐛 Koenig - Fixed numpad Enter key not behaving like normal Enter key 2018-07-30 14:40:00 +01:00
koenig-editor.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
koenig-link-input.js 🐛 Koenig - Fixed numpad Enter key not behaving like normal Enter key 2018-07-30 14:40:00 +01:00
koenig-link-toolbar.js Koenig - Switch this.get for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-menu-content.js Koenig - Embed card 2018-06-12 14:07:50 +01:00
koenig-plus-menu.js 🐛 Koenig - Fixed numpad Enter key not behaving like normal Enter key 2018-07-30 14:40:00 +01:00
koenig-slash-menu.js Koenig - Fixed /-menu Enter card creation 2018-07-18 11:41:01 +01:00
koenig-toolbar.js Koenig - Fix misaligned toolbar arrow in Night Shift 2018-06-15 10:35:31 +01:00