Don't stop propagation of contextmenus background click.
This commit is contained in:
		
							parent
							
								
									59eddb9d07
								
							
						
					
					
						commit
						52a90c6395
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -7,9 +7,8 @@ function background_click(event) | ||||||
|     if (! contextmenu) |     if (! contextmenu) | ||||||
|     { |     { | ||||||
|         contextmenus.hide_open_menus(); |         contextmenus.hide_open_menus(); | ||||||
|         return; |         return true; | ||||||
|     } |     } | ||||||
|     event.stopPropagation(); |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| contextmenus.hide_open_menus = | contextmenus.hide_open_menus = | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue