update doc menu event

Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
liuboaibc 2021-01-25 10:21:57 +08:00
parent 6eb121d479
commit 09e7e35297

View File

@ -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()
});