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
 const hasMultipleSelectionSelector = (s: Data) => s.pageState.selectedIds.length > 1
42
 const hasMultipleSelectionSelector = (s: Data) => s.pageState.selectedIds.length > 1
43
 
43
 
44
 export const ShapesFunctions = React.memo(() => {
44
 export const ShapesFunctions = React.memo(() => {
45
-  const ok = useTLDrawContext()
46
-  console.log(ok)
47
   const { tlstate, useSelector } = useTLDrawContext()
45
   const { tlstate, useSelector } = useTLDrawContext()
48
 
46
 
49
   const isAllLocked = useSelector(isAllLockedSelector)
47
   const isAllLocked = useSelector(isAllLockedSelector)

Loading…
Cancel
Save