Ghost/ghost/admin/app/components/gh-canvas-header.hbs
Kevin Ansfield 99bfde4417 Converted <GhCanvasHeader> to glimmer component
no issue

- added `{{on-scroll}}` modifier to replace custom setup and teardown of event handlers inside the component
2022-05-25 10:07:11 +01:00

8 lines
168 B
Handlebars

<div
{{on-scroll this.onScroll scrollContainer=".gh-main"}}
...attributes
>
<header class="gh-canvas-header-content">
{{yield}}
</header>
</div>