Temporarily disable instant view text selection

This commit is contained in:
Ilya Laktyushin 2020-05-07 22:03:55 +04:00
parent ba6cc80b60
commit 943cc2a2ad

View File

@ -177,7 +177,7 @@ final class InstantPageControllerNode: ASDisplayNode, UIScrollViewDelegate {
// }
// })])
})
self.scrollNode.addSubnode(selectionNode)
// self.scrollNode.addSubnode(selectionNode)
self.textSelectionNode = selectionNode
self.scrollNode.addSubnode(selectionNode.highlightAreaNode)