Marino Faggiana 7 年之前
父节点
当前提交
abe332e652
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      iOSClient/Library/AHKActionSheet/AHKActionSheet.m

+ 1 - 0
iOSClient/Library/AHKActionSheet/AHKActionSheet.m

@@ -334,6 +334,7 @@ static const CGFloat maxWidth = 414.0f;
     
     if (self.cancelOnTapEmptyAreaEnabled.boolValue) {
         [self setUpCancelTapGestureForView:self.tableView];
+        [self setUpCancelTapGestureForView:self.blurredBackgroundView];
     }
     
     CGFloat slideDownMinOffset = (CGFloat)fmin(CGRectGetHeight(self.frame) + self.tableView.contentOffset.y, CGRectGetHeight(self.frame));