Skip to content

Commit

Permalink
Update use-ref-dimensions.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs authored Dec 17, 2024
1 parent ea7c034 commit bb81231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'

const CANVAS_MAX_SIZE = 5000
const CANVAS_MAX_SIZE = 15000

export function useRefDimensions(
containerRef: React.RefObject<HTMLDivElement>
Expand Down

0 comments on commit bb81231

Please sign in to comment.