fix: resolve issue #198 where moving sliders pan view (#199)

This commit is contained in:
Abrar74774
2026-01-08 22:46:05 +03:00
committed by GitHub
parent c202abe4c8
commit af62f2f9b5

View File

@@ -9,6 +9,8 @@ interface Props {
export const ControlsContainer = ({ header, children }: Props) => {
return (
<Box
onMouseDown={e => e.stopPropagation()}
onContextMenu={e => e.stopPropagation()}
sx={{
position: 'relative',
height: '100%',