mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
reenable hover clearing
This commit is contained in:
@@ -109,7 +109,7 @@ angularService("$hover", function(browser) {
|
||||
width: width + "px"
|
||||
});
|
||||
}
|
||||
} else if (tooltip && false) {
|
||||
} else if (tooltip) {
|
||||
tooltip.callout.remove();
|
||||
tooltip = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user