FIX: Quote button doesn't press on mobile (#21149)

This commit is contained in:
Keegan George
2023-04-18 22:30:24 -07:00
committed by GitHub
parent c57f423083
commit fb21d7bb2d

View File

@@ -199,12 +199,7 @@ export default Component.extend(KeyEnterEscape, {
if (showAtEnd) {
this.popperPlacement = "bottom-start";
if (isAndroid) {
this.popperOffset = [0, 25];
} else {
this.popperOffset = [0, 15];
}
this.popperOffset = [0, 25];
}
// change the position of the button