velxio/frontend/src/components/simulator
David Montero Crespo f73697c59b fix(sensor-panel): stop mousedown so the slider drags instead of panning
The previous fix opened the SensorControlPanel on a desktop sensor
click during simulation, but the slider thumb still couldn't be
dragged — the canvas pan handler claims any left mousedown that isn't
explicitly stopped, so grabbing the slider was panning the canvas.

The panel only stopped click events. We now stop mousedown and
pointerdown on the panel wrapper as well, so input[type=range] gets
its native drag and the pan handler stays out.
2026-05-16 20:56:24 -03:00
..
BoardOnCanvas.tsx fix(board): raspberry-pi-pico renders a real Pico, not Nano RP2040 Connect 2026-05-15 00:31:19 -03:00
BoardPickerModal.tsx
CameraToggle.tsx
CanvasMinimap.css fix(minimap): hit-test against clamped rect + shrink to 100x75 2026-05-14 22:53:34 +02:00
CanvasMinimap.tsx fix(minimap): hit-test against clamped rect + shrink to 100x75 2026-05-14 22:53:34 +02:00
CircuitVerificationModal.tsx
ComponentPalette.css
ComponentPalette.tsx
ComponentPropertyDialog.css
ComponentPropertyDialog.tsx
InstallLibrariesModal.css
InstallLibrariesModal.tsx
LibraryManagerModal.css
LibraryManagerModal.tsx
Oscilloscope.css
Oscilloscope.tsx
PinOverlay.tsx
PinPickerDialog.tsx
SelectionActionBar.tsx
SensorControlPanel.css
SensorControlPanel.tsx fix(sensor-panel): stop mousedown so the slider drags instead of panning 2026-05-16 20:56:24 -03:00
SerialMonitor.tsx
SimulatorCanvas.css
SimulatorCanvas.tsx fix(canvas): sensors open slider panel on desktop click during run 2026-05-16 20:40:38 -03:00
WireInProgressRenderer.tsx
WireLayer.tsx
WireModeBanner.tsx
WireRenderer.tsx