UX: do not close post text selection on scroll (#26217)

This commit is contained in:
Joffrey JAFFEUX 2024-03-18 09:03:13 +01:00 committed by GitHub
parent bbb8595107
commit 5e3bc594c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ export default class PostTextSelection extends Component {
: ["bottom-start"],
offset: this.shouldRenderUnder ? 25 : 3,
trapTab: false,
closeOnScroll: false,
data: {
canEditPost: this.canEditPost,
canCopyQuote: this.canCopyQuote,