diff --git a/src/components/mobile/NumberPadSheet.vue b/src/components/mobile/NumberPadSheet.vue index 5a2d2b34..25488019 100644 --- a/src/components/mobile/NumberPadSheet.vue +++ b/src/components/mobile/NumberPadSheet.vue @@ -7,49 +7,49 @@ {{ currentDisplay }}
- + 7 - + 8 - + 9 - + × - + 4 - + 5 - + 6 - + - + 1 - + 2 - + 3 - + + - + . - + 0 - + @@ -354,6 +354,7 @@ export default { align-items: center; box-sizing: border-box; user-select: none; + touch-action: none; } .numpad-button-num {