mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 20:35:50 +08:00
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…
x
Reference in New Issue
Block a user