Browse Source

Update shapes-functions.tsx

main
Steve Ruiz 4 years ago
parent
commit
dd25029a0f
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      packages/tldraw/src/components/style-panel/shapes-functions.tsx

+ 0
- 2
packages/tldraw/src/components/style-panel/shapes-functions.tsx View File

@@ -42,8 +42,6 @@ const hasSelectionSelector = (s: Data) => s.pageState.selectedIds.length > 0
42 42
 const hasMultipleSelectionSelector = (s: Data) => s.pageState.selectedIds.length > 1
43 43
 
44 44
 export const ShapesFunctions = React.memo(() => {
45
-  const ok = useTLDrawContext()
46
-  console.log(ok)
47 45
   const { tlstate, useSelector } = useTLDrawContext()
48 46
 
49 47
   const isAllLocked = useSelector(isAllLockedSelector)

Loading…
Cancel
Save