Context menu pagination

This commit is contained in:
Ali
2023-10-24 12:59:28 +04:00
parent 53e1fec16b
commit 99047a4de4
25 changed files with 529 additions and 406 deletions

View File

@@ -3130,7 +3130,7 @@ public final class DrawingToolsInteraction {
}
}
let entityFrame = entityView.convert(entityView.selectionBounds, to: node.view).offsetBy(dx: 0.0, dy: -6.0)
let controller = ContextMenuController(actions: actions)
let controller = makeContextMenuController(actions: actions)
let bounds = node.bounds.insetBy(dx: 0.0, dy: 160.0)
self.present(
controller,