diff --git a/src/plugins/Controls/index.tsx b/src/plugins/Controls/index.tsx index 2730c61c..79519e43 100644 --- a/src/plugins/Controls/index.tsx +++ b/src/plugins/Controls/index.tsx @@ -33,12 +33,6 @@ export default ({ style, className }: ControlProps) => { ...style, }} > -
setInteractive(!isInteractive)} - > - { isInteractive ? : } -
{ >
+
setInteractive(!isInteractive)} + > + { isInteractive ? : } +
); };