refactor(calc-02): move display buttons into their own grid area

This commit is contained in:
2026-05-16 01:01:14 +02:00
parent 77fb671dcf
commit 256e9f2b33
3 changed files with 21 additions and 38 deletions
-1
View File
@@ -78,7 +78,6 @@ const trigoKeys = [
{ label: '', spacer: true },
];
const isTouchDevice = window.matchMedia('(pointer: coarse)').matches || 'ontouchstart' in window;
function focusInput() {