Various Fixes

This commit is contained in:
Ilya Laktyushin 2021-12-23 20:21:55 +04:00
parent 1ce65767dd
commit c7464c2f1d

View File

@ -313,7 +313,7 @@ public class InvisibleInkDustNode: ASDisplayNode {
}
public override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
if let (_, _, rects, _) = self.currentParams {
if let (_, _, rects, _) = self.currentParams, !self.isRevealed {
for rect in rects {
if rect.contains(point) {
return true