Ghost/ghost/admin/app/templates/react-editor/edit-loading.hbs
Kevin Ansfield 8d65303268 Fixed linter error for use of {{action}} in editor-loading controller
refs https://github.com/TryGhost/Ghost/issues/14101

- `{{action}}` is deprecated and should be replaced with `{{on}}` and `{{fn}}` with direct use of methods
- switched to calling `ui.setMainClass` action directly
2022-07-18 10:50:03 +01:00

6 lines
155 B
Handlebars

<div class="gh-view" {{did-insert (fn this.ui.setMainClass "gh-main-white")}}>
<div class="gh-content">
<GhLoadingSpinner />
</div>
</div>