Skip to content

Commit

Permalink
Fix short line bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveruizok committed Oct 6, 2021
1 parent 97bd850 commit f30b52b
Show file tree
Hide file tree
Showing 13 changed files with 5,006 additions and 1,063 deletions.
4 changes: 2 additions & 2 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-label": "^0.1.0",
"@radix-ui/react-slider": "^0.1.0",
"@tldraw/core": "^0.0.94",
"@tldraw/core": "^0.0.107",
"@tldraw/intersect": "^0.0.93",
"@tldraw/vec": "^0.0.93",
"@tldraw/vec": "^0.0.107",
"perfect-freehand": "^1.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
1 change: 0 additions & 1 deletion packages/dev/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from 'react'
import { Editor } from 'components/editor'
import { Controls } from 'components/controls'
import { Panel } from 'components/panel'
import { AppState, context, initialState } from 'state'
import { useKeyboardShortcuts } from 'hooks'

function App(): JSX.Element {
Expand Down
Loading

0 comments on commit f30b52b

Please sign in to comment.