mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Context menu pagination
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user