Merge pull request #184 from tom-delalande/main

Fix typo in parameter name
This commit is contained in:
Nariman Jelveh 2024-03-26 00:18:04 -07:00 committed by GitHub
commit b38a7ca308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -969,7 +969,7 @@ window.initgui = async function(){
&& !$(e.target).hasClass('launch-search')
&& !$(e.target).hasClass('launch-search-clear')
&& $(e.target).closest('.start-app').length === 0
&& !isMobile.phone && !isMobile.table
&& !isMobile.phone && !isMobile.tablet
&& !$(e.target).hasClass('popover')
&& $(e.target).parents('.popover').length === 0){