mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 02:48:28 +08:00
DEV: Update ember-template-lint (#22242)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{{! template-lint-disable no-down-event-binding }}
|
||||
{{! template-lint-disable no-pointer-down-event-binding }}
|
||||
{{! template-lint-disable no-invalid-interactive }}
|
||||
|
||||
<div class="chat-composer__wrapper">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{! template-lint-disable no-invalid-interactive }}
|
||||
{{! template-lint-disable no-nested-interactive }}
|
||||
{{! template-lint-disable no-down-event-binding }}
|
||||
{{! template-lint-disable no-pointer-down-event-binding }}
|
||||
|
||||
{{#if (eq this.chatEmojiPickerManager.picker.context @context)}}
|
||||
<div
|
||||
|
Reference in New Issue
Block a user