UX: do not close post text selection on scroll (#26217)
This commit is contained in:
parent
bbb8595107
commit
5e3bc594c6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue