mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: Upgrade dependencies to Ember 5.12 (#30131)
This commit is contained in:
@ -73,11 +73,7 @@
|
||||
class="-{{button.id}}"
|
||||
disabled={{or this.disabled button.disabled}}
|
||||
tabindex={{if button.disabled -1 0}}
|
||||
{{on
|
||||
"click"
|
||||
(fn this.handleInlineButtonAction button.action)
|
||||
bubbles=false
|
||||
}}
|
||||
{{on "click" (fn this.handleInlineButtonAction button.action)}}
|
||||
{{on "focus" (fn this.computeIsFocused true)}}
|
||||
{{on "blur" (fn this.computeIsFocused false)}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user