refactor(ui_kit): remove selection area of rich text, its not his reponsibility
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									70c6d91310
								
							
						
					
					
						commit
						dbe8554eb7
					
				@ -87,13 +87,10 @@ class RichTextBuilder extends RichTextBuilderComponent
 | 
				
			|||||||
            );
 | 
					            );
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
 | 
					    return Text.rich(
 | 
				
			||||||
    return SelectionArea(
 | 
					      TextSpan(children: [root.toInlineSpan(customParser)]),
 | 
				
			||||||
      child: Text.rich(
 | 
					      textHeightBehavior:
 | 
				
			||||||
        TextSpan(children: [root.toInlineSpan(customParser)]),
 | 
					          const TextHeightBehavior(applyHeightToLastDescent: false),
 | 
				
			||||||
        textHeightBehavior:
 | 
					 | 
				
			||||||
            const TextHeightBehavior(applyHeightToLastDescent: false),
 | 
					 | 
				
			||||||
      ),
 | 
					 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user