Issue with the effect section on mobile devices
This commit is contained in:
19
src/App.tsx
19
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() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<EffectsBar
|
||||
values={effectValues}
|
||||
onChange={handleEffectChange}
|
||||
onMapClick={handleParameterMapClick}
|
||||
getMappedLFOs={getMappedLFOs}
|
||||
/>
|
||||
<div className="flex-shrink-0">
|
||||
<EffectsBar
|
||||
values={effectValues}
|
||||
onChange={handleEffectChange}
|
||||
onMapClick={handleParameterMapClick}
|
||||
getMappedLFOs={getMappedLFOs}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user