try this syntax
This commit is contained in:
parent
dbb40d2ac7
commit
fe86c6b5e4
|
@ -123,14 +123,14 @@ export default class ShareModal extends Component {
|
|||
@closeModal={{@closeModal}}
|
||||
>
|
||||
<:body>
|
||||
{{!-- template-lint-disable no-invalid-interactive --}}
|
||||
{{! template-lint-disable no-invalid-interactive }}
|
||||
<div
|
||||
class="ai-share-full-topic-modal__body"
|
||||
{{on "click" this.maybeCopyEmbed}}
|
||||
>
|
||||
{{this.htmlContext}}
|
||||
</div>
|
||||
{{!-- template-lint-enable}}
|
||||
{{! template-lint-enable}}
|
||||
</:body>
|
||||
|
||||
<:footer>
|
||||
|
|
Loading…
Reference in New Issue