From 943cc2a2ade1ceb7f1c5d43b8d83cf66102b4ef4 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 7 May 2020 22:03:55 +0400 Subject: [PATCH] Temporarily disable instant view text selection --- .../InstantPageUI/Sources/InstantPageControllerNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/InstantPageUI/Sources/InstantPageControllerNode.swift b/submodules/InstantPageUI/Sources/InstantPageControllerNode.swift index e5287b4c5c..6d289a1e0e 100644 --- a/submodules/InstantPageUI/Sources/InstantPageControllerNode.swift +++ b/submodules/InstantPageUI/Sources/InstantPageControllerNode.swift @@ -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)