diff --git a/src/components/Tooth.tsx b/src/components/Tooth.tsx index 6b4e04e..28dfba3 100644 --- a/src/components/Tooth.tsx +++ b/src/components/Tooth.tsx @@ -80,6 +80,7 @@ const Tooth = React.memo(({ number, row, onClick, onToggle, selected, disabled, const rect = e.currentTarget.getBoundingClientRect(); const y = e.clientY - rect.top; const half = rect.height / 2; + // @ts-ignore const _top = y < half; // TODO: implement top/bottom half click handling