Ghost/ghost/admin/app/modifiers
Kevin Ansfield 1bf14c2cc3 Fixed card settings panel drag outside of central editor canvas closing panel
refs https://github.com/TryGhost/Team/issues/1208

- removing the click event listener in the same event loop as the `dragEnd` event is triggered meant Chrome still allowed the `click` event to trigger causing the card to become deselected and the movable panel closed when a drag ends outside of the central editor canvas
- adding a 1ms timeout means the event loop where the dragEnd is triggered fully completes before the next tick begins where the click handler is finally removed
2021-11-09 18:07:50 +00:00
..
autofocus.js Update dependency ember-power-select to v4 (#1528) 2020-05-17 22:35:53 +01:00
movable.js Fixed card settings panel drag outside of central editor canvas closing panel 2021-11-09 18:07:50 +00:00
scroll-to.js Updated About/What's new? page (#1872) 2021-09-08 14:00:24 +02:00
scroll-top.js Updated About/What's new? page (#1872) 2021-09-08 14:00:24 +02:00