Close nextcloud menu on blur page
parent
9fef100750
commit
b3eb5c298c
|
@ -24,4 +24,7 @@ jQuery(document).ready(() => {
|
||||||
$('#dropdownMenuApps').hide()
|
$('#dropdownMenuApps').hide()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
$(window).blur( (event) => {
|
||||||
|
$('#dropdownMenuApps').hide()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue