Add at-symbol prepended to mention span title (#25684)
Co-authored-by: Sam BC <samuel.balbirnie-cumming@xdesign.com>
This commit is contained in:
		
					parent
					
						
							
								54a10523e2
							
						
					
				
			
			
				commit
				
					
						d9a5c1acfa
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -104,7 +104,7 @@ class StatusContent extends PureComponent { | |||
| 
 | ||||
|       if (mention) { | ||||
|         link.addEventListener('click', this.onMentionClick.bind(this, mention), false); | ||||
|         link.setAttribute('title', mention.get('acct')); | ||||
|         link.setAttribute('title', `@${mention.get('acct')}`); | ||||
|         link.setAttribute('href', `/@${mention.get('acct')}`); | ||||
|       } else if (link.textContent[0] === '#' || (link.previousSibling && link.previousSibling.textContent && link.previousSibling.textContent[link.previousSibling.textContent.length - 1] === '#')) { | ||||
|         link.addEventListener('click', this.onHashtagClick.bind(this, link.text), false); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue