mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Remove HTML5 drag and drop support from browsers.
This commit is contained in:
@@ -44,7 +44,7 @@ var screenNeedsInitialization = NO,
|
||||
|
||||
+ (BOOL)supportsDragAndDrop
|
||||
{
|
||||
return CPFeatureIsCompatible(CPHTMLDragAndDropFeature);
|
||||
return CPFeatureIsCompatible(CPHTMLDragAndDropFeature) && ![self isBrowser];
|
||||
}
|
||||
|
||||
+ (BOOL)supportsNativeMainMenu
|
||||
|
||||
Reference in New Issue
Block a user