mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Add spacing in type signature
Again, to match the upstream PR.
This commit is contained in:
		
							parent
							
								
									0aec0bb402
								
							
						
					
					
						commit
						91889dfed3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -139,7 +139,7 @@ async function crop(file: Misskey.entities.DriveFile): Promise<void> {
 | 
			
		|||
	emit('replaceFile', file, newFile);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function showFileMenu(file: Misskey.entities.DriveFile, ev: MouseEvent|KeyboardEvent): void {
 | 
			
		||||
function showFileMenu(file: Misskey.entities.DriveFile, ev: MouseEvent | KeyboardEvent): void {
 | 
			
		||||
	if (menuShowing) return;
 | 
			
		||||
 | 
			
		||||
	const isImage = file.type.startsWith('image/');
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue