Ghost/ghost/admin/lib/koenig-editor/addon
Kevin Ansfield cdb29b3284 Fixed slash-menu appearing empty immediately after setting title on new post
closes https://github.com/TryGhost/Ghost/issues/9847
- the text expansion is triggered twice in this situation, the first time with `""` and the second with `"/"`. The second trigger was trying to match cards to `"/"` which returned an empty card set
- added a quick workaround that ensures we never include a leading `/` in the card selection query
2019-04-29 17:08:40 +02:00
..
components Fixed slash-menu appearing empty immediately after setting title on new post 2019-04-29 17:08:40 +02:00
helpers Moved Spirit CSS library from external to internal 2019-02-24 11:19:22 +07:00
lib/dnd 🐛 Fixed drag-n-drop card reordering interfering with caption and markdown/html card text selection 2019-01-28 09:35:58 +00:00
options Fixed backspace not combining sections if first section is a special markup 2019-04-29 14:25:59 +02:00
services 🐛 Fixed drag-n-drop card reordering interfering with caption and markdown/html card text selection 2019-01-28 09:35:58 +00:00
templates/components Added random image card placeholder illustrations 2019-03-07 15:40:08 +01:00
utils Updated to use count words/images helper from SDK (#1159) 2019-04-16 12:50:59 +05:30