mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update doc menu event
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
6eb121d479
commit
09e7e35297
|
|
@ -240,6 +240,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
}
|
||||
})
|
||||
|
||||
sectionMenu.on('mouseleave', function() {
|
||||
sectionMenu.hide();
|
||||
})
|
||||
|
||||
$(document).on("click", function(){
|
||||
sectionMenu.hide()
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue