Skip to content

Commit

Permalink
Remove webview build in share menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed May 17, 2020
1 parent 5fb0666 commit 822dc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KB/Native/Views/KBWebViewBase.m
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ - (BOOL)canPerformAction:(SEL)action withSender:(id)sender {
@selector(toggleFontPanel:) == action ||
@selector(select:) == action ||
@selector(selectAll:) == action ||
@selector(_share:) == action ||
@selector(toggleUnderline:) == action) {
return NO;
}
Expand Down

0 comments on commit 822dc16

Please sign in to comment.