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

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,