Adds context menu, "move to page"
This commit is contained in:
parent
c48537121f
commit
f2d3231315
17 changed files with 533 additions and 47 deletions
|
@ -51,7 +51,7 @@ export default function Bounds() {
|
|||
|
||||
if (isSingleHandles) return null
|
||||
|
||||
const size = (isMobile().any ? 10 : 8) / zoom // Touch target size
|
||||
const size = (isMobile() ? 10 : 8) / zoom // Touch target size
|
||||
const center = getBoundsCenter(bounds)
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue