Fix typo in parameter name

This commit is contained in:
Tom Delalande 2024-03-26 15:10:35 +08:00
parent 669a409976
commit f7d29e7dfe

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){