nevyn/CoreDragon

Dragging started/stopped notifications have copy-paste error

nevyn opened this issue · 1 comments

nevyn commented
+/// Sent when a drag operation starts.
 +static NSString *const DragonDragOperationStartedNotificationName = @"eu.thirdcog.dragon.dragStarted";
 +/// Sent when a drag operation stops.
 +static NSString *const DragonDragOperationStoppedNotificationName = @"eu.thirdcog.dragon.dragStarted";

Thanks to @andrebraga for finding it!

nevyn commented

fixed!