Various fixes

This commit is contained in:
Ilya Laktyushin
2022-04-19 19:42:30 +04:00
parent d99dbbffb7
commit aa00ef9d90
4 changed files with 30 additions and 5 deletions

View File

@@ -624,7 +624,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
}
@objc private func moreButtonPressed() {
self.moreButtonNode.action?(self.moreButtonNode.contextSourceNode, nil)
self.moreButtonNode.buttonPressed()
}
@objc private func morePressed(node: ContextReferenceContentNode, gesture: ContextGesture?) {