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"],
|
: ["bottom-start"],
|
||||||
offset: this.shouldRenderUnder ? 25 : 3,
|
offset: this.shouldRenderUnder ? 25 : 3,
|
||||||
trapTab: false,
|
trapTab: false,
|
||||||
|
closeOnScroll: false,
|
||||||
data: {
|
data: {
|
||||||
canEditPost: this.canEditPost,
|
canEditPost: this.canEditPost,
|
||||||
canCopyQuote: this.canCopyQuote,
|
canCopyQuote: this.canCopyQuote,
|
||||||
|
|
Loading…
Reference in New Issue