[improvement] Multiplayer + cursors (#457)
* bump versions, improve cursors * Spline cursors
This commit is contained in:
parent
3b220f0afe
commit
7c2777966f
39 changed files with 467 additions and 459 deletions
|
@ -188,8 +188,6 @@ export default function App({ onMount }: AppProps): JSX.Element {
|
|||
|
||||
const hideBounds = appState.isInAny('transformingSelection', 'translating', 'creating')
|
||||
|
||||
// const hideBounds = appState.isInAny('transformingSelection', 'translating', 'creating')
|
||||
|
||||
const firstShapeId = appState.data.pageState.selectedIds[0]
|
||||
const firstShape = firstShapeId ? appState.data.page.shapes[firstShapeId] : null
|
||||
const hideResizeHandles = firstShape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue