mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Merge pull request #184 from tom-delalande/main
Fix typo in parameter name
This commit is contained in:
commit
b38a7ca308
@ -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