Ghost/ghost/admin/lib/koenig-editor/addon
Kevin Ansfield 4cf9220ef4 🐛 Koenig - Fixed duplicate images when dropping image file on an image card
refs https://github.com/TryGhost/Ghost/issues/9724
- `card.handlesDragDrop` was never accessible, it would have had to be registered through `card.koenigOptions.handlesDragDrop` when the drop handling was first added
- as of cc2e20a486 properties on card components are directly accessible so we can use `card.component.handlesDragDrop` to guard against the editor handling drops on cards that handle their own drops
2018-08-01 12:36:02 +01:00
..
components 🐛 Koenig - Fixed duplicate images when dropping image file on an image card 2018-08-01 12:36:02 +01:00
options 🐛 Koenig - Fixed duplicate images when dropping image file on an image card 2018-08-01 12:36:02 +01:00
templates/components Koenig - Design refinements (#1031) 2018-07-31 10:57:58 +01:00
utils Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00