try this syntax

This commit is contained in:
Sam Saffron 2025-06-10 12:36:38 +10:00
parent dbb40d2ac7
commit fe86c6b5e4
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5
1 changed files with 2 additions and 2 deletions

View File

@ -123,14 +123,14 @@ export default class ShareModal extends Component {
@closeModal={{@closeModal}} @closeModal={{@closeModal}}
> >
<:body> <:body>
{{!-- template-lint-disable no-invalid-interactive --}} {{! template-lint-disable no-invalid-interactive }}
<div <div
class="ai-share-full-topic-modal__body" class="ai-share-full-topic-modal__body"
{{on "click" this.maybeCopyEmbed}} {{on "click" this.maybeCopyEmbed}}
> >
{{this.htmlContext}} {{this.htmlContext}}
</div> </div>
{{!-- template-lint-enable}} {{! template-lint-enable}}
</:body> </:body>
<:footer> <:footer>