mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
move hover state out of timeout duh
This commit is contained in:
Vendored
+1
-1
@@ -88,8 +88,8 @@
|
||||
if (!self.options.delay || !self.options.delay.hide) {
|
||||
self.hide()
|
||||
} else {
|
||||
self.hoverState = 'out'
|
||||
setTimeout(function() {
|
||||
self.hoverState = 'out'
|
||||
if (self.hoverState == 'out') {
|
||||
self.hide()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user