1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/templates/components/gh-canvas-header.hbs
Kevin Ansfield 684ce495b4 Fixed incorrect "explicit this" for did-insert and will-destroy element modifiers
no issue

- the "explicit this" codemod incorrectly added `this.` in front of the `{{did-insert}}` and `{{will-destroy}}` element modifiers
2019-12-19 21:19:20 +00:00

7 lines
146 B
Handlebars

<header
{{did-insert (action "initScrollWatch")}}
{{will-destroy (action "clearScrollWatch")}}
...attributes
>
{{yield}}
</header>