Adds context menu, "move to page"

This commit is contained in:
Steve Ruiz 2021-06-10 10:49:16 +01:00
parent c48537121f
commit f2d3231315
17 changed files with 533 additions and 47 deletions

View file

@ -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 (