Ghost/ghost/admin
Kevin Ansfield c763b3218e 🐛 Fixed drag-n-drop card reordering interfering with caption and markdown/html card text selection
closes  https://github.com/TryGhost/Ghost/issues/10399
- added a data attribute `data-koenig-dnd-disabled` which will prevent the element or any of it's children from initiating a koenig drag event
  - applied the data attribute to `{{koenig-basic-html-input}}`'s outer tag so that captions never initiate a card re-order
- disabled card re-ordering when a card is in edit mode
  - allows text selection within a markdown/html card without triggering the card re-order behaviour
  - clicking another card will exit edit mode and re-enable drag before the drag behaviour is initiated so you can still re-order other cards if you've left a card in edit mode
2019-01-28 09:35:58 +00:00
..
.github Syncing CONTRIB and PR templates with main repo 2019-01-15 20:51:49 +00:00
app Renamed <MemberAvatar/> to <GhMemberAvatar/> for naming consistency 2019-01-25 13:51:18 +00:00
config Re-enable mirage in development with config to allow asset passthrough 2019-01-23 14:24:29 +00:00
lib 🐛 Fixed drag-n-drop card reordering interfering with caption and markdown/html card text selection 2019-01-28 09:35:58 +00:00
mirage First pass at members list 2019-01-24 19:34:32 +00:00
public/assets Update Unsplash logo 2019-01-23 15:05:28 +07:00
tests Renamed <MemberAvatar/> to <GhMemberAvatar/> for naming consistency 2019-01-25 13:51:18 +00:00
.csscomb.json
.editorconfig
.ember-cli
.eslintignore
.eslintrc.js
.gitignore
.travis.yml
.watchmanconfig
ember-cli-build.js Removed babel polyfill 2019-01-22 14:03:27 +00:00
Gruntfile.js
LICENSE
package.json Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
README.md Updated docs links to best equivalents (#1097) 2019-01-16 16:03:33 +00:00
testem.js
yarn.lock Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2019 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.