Skip to content

Commit

Permalink
ci: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbismut committed Mar 15, 2021
1 parent fc38478 commit bbc59d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/leva/src/components/Vector/Vector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ export function Vector<T extends Record<string, number>>({
}: VectorProps<T>) {
const { id, setSettings } = useInputContext()

// TODO atm if lock is explicitly set in settings we show the lock
// this can probably be improved with better logic.
// TODO atm if lock is explicitly set in settings we show the lock, this can probably be improved with better logic.
const { lock, locked } = settings

return (
Expand Down

0 comments on commit bbc59d8

Please sign in to comment.