diff --git a/Classes/Controllers/PBWebController.m b/Classes/Controllers/PBWebController.m index 74a069744..e10ddaa8f 100644 --- a/Classes/Controllers/PBWebController.m +++ b/Classes/Controllers/PBWebController.m @@ -114,6 +114,12 @@ - (void)webView:(WebView *)sender } } +- (NSUInteger)webView:(WebView *)webView +dragDestinationActionMaskForDraggingInfo:(id)draggingInfo +{ + return NSDragOperationNone; +} + + (BOOL)isSelectorExcludedFromWebScript:(SEL)aSelector { return NO;