mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-29 12:30:34 +00:00
reenable hover clearing
This commit is contained in:
parent
0305b6746e
commit
664f1c5687
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ angularService("$hover", function(browser) {
|
|||
width: width + "px"
|
||||
});
|
||||
}
|
||||
} else if (tooltip && false) {
|
||||
} else if (tooltip) {
|
||||
tooltip.callout.remove();
|
||||
tooltip = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue