Ghost/ghost/admin/lib/koenig-editor/addon/components/koenig-settings-panel.hbs
Kevin Ansfield aae6e32494 Added basic drag-to-move handling to card setting panels
no issue

- adds `{{movable}}` render modifier that sets up basic mouse/touch event handlers that adjust the element's `translate` style when click/touched+dragged so it can be moved around the screen
2021-11-03 16:51:24 +00:00

3 lines
151 B
Handlebars

<section class="kg-settings-panel" {{css-transition "kg-settings-panel"}} {{did-insert this.registerAndPosition}} {{movable}}>
{{yield}}
</section>