Merge pull request #9155 from Hum4n01d/master
Add information about dragging not working with Dev tools open
This commit is contained in:
		
				commit
				
					
						0caa35d33c
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -98,6 +98,8 @@ By default, the frameless window is non-draggable. Apps need to specify
 | 
				
			||||||
`-webkit-app-region: no-drag` to exclude the non-draggable area from the
 | 
					`-webkit-app-region: no-drag` to exclude the non-draggable area from the
 | 
				
			||||||
 draggable region. Note that only rectangular shapes are currently supported.
 | 
					 draggable region. Note that only rectangular shapes are currently supported.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Note: `-webkit-app-region: drag` is known to have problems while the developer tools are open. See this [GitHub issue](https://github.com/electron/electron/issues/3647) for more information including a workaround.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To make the whole window draggable, you can add `-webkit-app-region: drag` as
 | 
					To make the whole window draggable, you can add `-webkit-app-region: drag` as
 | 
				
			||||||
`body`'s style:
 | 
					`body`'s style:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue