We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678671a commit c492f35Copy full SHA for c492f35
lib/scripts/directive.js
@@ -76,7 +76,6 @@
76
if (!$scope.colorMouse && !$scope.hueMouse && !$scope.opacityMouse && $scope.find(event.target).length === 0) {
77
$scope.log('Color Picker: Document Click Event');
78
$scope.hide();
79
- $scope.$apply();
80
// mouse event on color grid
81
} else if ($scope.colorMouse) {
82
$scope.colorUp(event);
0 commit comments