Fix events firing on wrong element for button component

This commit is contained in:
Keegan
2016-03-11 03:57:30 +11:00
parent 3b7c4cda7c
commit 79eef99731
4 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function ClayItem(config) {
};
// attach event methods
ClayEvents.call(self, self.$element);
ClayEvents.call(self, self.$manipulatorTarget);
// attach the manipulator methods to the clayItem
_.eachObj(_component.manipulator, function(methodName, method) {