add comment
This commit is contained in:
		
							parent
							
								
									0133902168
								
							
						
					
					
						commit
						7b4f5acc55
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -130,7 +130,7 @@ const selectedFiles = ref<Misskey.entities.DriveFile[]>([]); | |||
| const selectedFolders = ref<Misskey.entities.DriveFolder[]>([]); | ||||
| const uploadings = uploads; | ||||
| const connection = stream.useChannel('drive'); | ||||
| const keepOriginal = ref<boolean>(defaultStore.state.keepOriginalUploading); | ||||
| const keepOriginal = ref<boolean>(defaultStore.state.keepOriginalUploading); // 外部渡しが多いので$refは使わないほうがよい | ||||
| 
 | ||||
| // ドロップされようとしているか | ||||
| const draghover = ref(false); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue