mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user