[Client] Fix bug
This commit is contained in:
		@@ -129,7 +129,9 @@ export default Vue.component('misskey-flavored-markdown', {
 | 
				
			|||||||
						key: Math.random(),
 | 
											key: Math.random(),
 | 
				
			||||||
						props: {
 | 
											props: {
 | 
				
			||||||
							url: token.node.props.url,
 | 
												url: token.node.props.url,
 | 
				
			||||||
							target: '_blank',
 | 
												target: '_blank'
 | 
				
			||||||
 | 
											},
 | 
				
			||||||
 | 
											attrs: {
 | 
				
			||||||
							style: 'color:var(--mfmLink);'
 | 
												style: 'color:var(--mfmLink);'
 | 
				
			||||||
						}
 | 
											}
 | 
				
			||||||
					})];
 | 
										})];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user