Browse Source

chore: format code

Peng Xiao 3 năm trước cách đây
mục cha
commit
37f20772a1

+ 1 - 1
tldraw/apps/tldraw-logseq/src/components/inputs/ToggleGroupInput.tsx

@@ -31,7 +31,7 @@ export function ToggleGroupInput({ options, value, onValueChange }: ToggleGroupI
       {options.map(option => {
         return (
           <Tooltip content={option.tooltip} key={option.value}>
-            <div className='inline-block'>
+            <div className="inline-block">
               <ToggleGroup.Item
                 className="tl-toggle-group-input-button"
                 value={option.value}

+ 1 - 1
tldraw/packages/core/src/lib/shapes/index.ts

@@ -9,4 +9,4 @@ export * from './TLLineShape'
 export * from './TLPolygonShape'
 export * from './TLStarShape'
 export * from './TLTextShape'
-export * from './TLGroupShape'
+export * from './TLGroupShape'