diff --git a/src/App.tsx b/src/App.tsx index 745fea67..1231c614 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -180,11 +180,6 @@ function App() { } setFocusedTile({ row, col }) - if (playing === id) { - handleStop() - return - } - if (isDoubleClick || playing === null) { clearSwitchTimer() playFormula(tile.formula, id) @@ -735,12 +730,14 @@ function App() { - +
+ +
) }