refactor(calc-02): move display buttons into their own grid area
This commit is contained in:
@@ -78,7 +78,6 @@ const trigoKeys = [
|
||||
{ label: '', spacer: true },
|
||||
];
|
||||
|
||||
|
||||
const isTouchDevice = window.matchMedia('(pointer: coarse)').matches || 'ontouchstart' in window;
|
||||
|
||||
function focusInput() {
|
||||
|
||||
Reference in New Issue
Block a user