mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
UX: Add class to text select menu when fast-editing (#24991)
This commit is contained in:
parent
e18bb6e9fb
commit
547aafba4f
@ -183,7 +183,11 @@ export default class PostTextSelectionToolbar extends Component {
|
||||
<div
|
||||
{{on "mousedown" this.trapEvents}}
|
||||
{{on "mouseup" this.trapEvents}}
|
||||
class={{concatClass "quote-button" "visible"}}
|
||||
class={{concatClass
|
||||
"quote-button"
|
||||
"visible"
|
||||
(if this.isFastEditing "fast-editing")
|
||||
}}
|
||||
{{this.appEventsListeners}}
|
||||
>
|
||||
<div class="buttons">
|
||||
|
Loading…
x
Reference in New Issue
Block a user