File tree Expand file tree Collapse file tree 3 files changed +1
-69
lines changed Expand file tree Collapse file tree 3 files changed +1
-69
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import * as React from "react";
22import * as SwitchPrimitives from "@radix-ui/react-switch" ;
33import { twMerge } from "tailwind-merge" ;
44
5- export { default as TwinSwitch } from "./twin-switch" ;
6-
75const Switch = React . forwardRef <
86 React . ElementRef < typeof SwitchPrimitives . Root > ,
97 React . ComponentPropsWithoutRef < typeof SwitchPrimitives . Root >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const Workspace: React.FC<ISTKProps> = (props) => {
5858 style = { props . styles ?. workspace ?. root ?. properties }
5959 >
6060 < svg id = { ids . workspace } className = "w-full h-full flex-1" onMouseOver = { onWorkspaceHover } >
61- < g { ...{ [ dataAttributes . visibilityOffset ] : "0" } } >
61+ < g { ...{ [ dataAttributes . visibilityOffset ] : "0" } } style = { { transformBox : "unset" } } >
6262 { images . map ( ( e ) => (
6363 < Element
6464 key = { e . id }
You can’t perform that action at this time.
0 commit comments