mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 12:03:28 +00:00 
			
		
		
		
	chore: show url cell editor when tap on edit button
This commit is contained in:
		
							parent
							
								
									7ff841c3d8
								
							
						
					
					
						commit
						5da8144456
					
				@ -72,7 +72,10 @@ class _GridURLCellState extends State<GridURLCell> {
 | 
			
		||||
 | 
			
		||||
          return CellEnterRegion(
 | 
			
		||||
            child: Align(alignment: Alignment.centerLeft, child: richText),
 | 
			
		||||
            expander: _EditCellIndicator(onTap: () {}),
 | 
			
		||||
            expander: _EditCellIndicator(onTap: () {
 | 
			
		||||
              final cellContext = widget.cellContextBuilder.build() as GridURLCellContext;
 | 
			
		||||
              URLCellEditor.show(context, cellContext);
 | 
			
		||||
            }),
 | 
			
		||||
          );
 | 
			
		||||
        },
 | 
			
		||||
      ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user