|  | @@ -1201,7 +1201,7 @@ export function replyHandle(params) {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export function onTweetReplyClick(params) {
 | 
	
		
			
				|  |  | -    let iframe = window.parent.document.getElementById(params.postId);
 | 
	
		
			
				|  |  | +    let iframe = window.parent.document.getElementById(params.iframeId);
 | 
	
		
			
				|  |  |      let replyBtn = iframe.parentNode.parentNode.querySelector('div[data-testid="reply"]') ||
 | 
	
		
			
				|  |  |          iframe.parentNode.parentNode.parentNode.querySelector('div[data-testid="reply"]');
 | 
	
		
			
				|  |  |      if (replyBtn) {
 |