mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Fix typo in parameter name
This commit is contained in:
+1
-1
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user