Skip to content

Commit

Permalink
UX: Add class to text select menu when fast-editing (#24991)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvidrine committed Dec 20, 2023
1 parent e18bb6e commit 547aafb
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -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">
Expand Down

0 comments on commit 547aafb

Please sign in to comment.