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. |
||
|---|---|---|
| .. | ||
| BoardOnCanvas.tsx | ||
| BoardPickerModal.tsx | ||
| CameraToggle.tsx | ||
| CanvasMinimap.css | ||
| CanvasMinimap.tsx | ||
| 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 | ||
| SerialMonitor.tsx | ||
| SimulatorCanvas.css | ||
| SimulatorCanvas.tsx | ||
| WireInProgressRenderer.tsx | ||
| WireLayer.tsx | ||
| WireModeBanner.tsx | ||
| WireRenderer.tsx | ||