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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

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