mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Fix typo in parameter name
This commit is contained in:
parent
669a409976
commit
f7d29e7dfe
@ -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){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user