mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Quote button doesn't press on mobile (#21149)
This commit is contained in:
parent
c57f423083
commit
fb21d7bb2d
@ -199,12 +199,7 @@ export default Component.extend(KeyEnterEscape, {
|
|||||||
|
|
||||||
if (showAtEnd) {
|
if (showAtEnd) {
|
||||||
this.popperPlacement = "bottom-start";
|
this.popperPlacement = "bottom-start";
|
||||||
|
this.popperOffset = [0, 25];
|
||||||
if (isAndroid) {
|
|
||||||
this.popperOffset = [0, 25];
|
|
||||||
} else {
|
|
||||||
this.popperOffset = [0, 15];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// change the position of the button
|
// change the position of the button
|
||||||
|
Loading…
Reference in New Issue
Block a user