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…
Reference in New Issue