Skip to content

Commit

Permalink
Remove usage of deprecated action helper
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Oct 5, 2024
1 parent 1206945 commit 473b989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-app/tests/integration/modifiers/on-click-outside-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ module('Integration | Modifier | on-click-outside', function (hooks) {
{{#if this.topSide}}
Blue
{{else}}
{{!-- template-lint-disable no-invalid-interactive no-action --}}
<div class="outside" {{action "toggleFlag"}}>Yellow</div>
{{!-- template-lint-disable no-invalid-interactive --}}
<div class="outside" {{on "click" this.toggleFlag}}>Yellow</div>
{{/if}}
<div {{on-click-outside this.didClickOutside}}></div>
Expand Down

0 comments on commit 473b989

Please sign in to comment.