mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	pressing up to edit should take you to end of line (#1928)
This commit is contained in:
		
							parent
							
								
									5c9ee1a988
								
							
						
					
					
						commit
						043012e809
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -726,6 +726,7 @@ export function RoomTimeline({ room, eventId, roomInputRef, editor }: RoomTimeli
 | 
			
		|||
          const editableEvtId = editableEvt?.getId();
 | 
			
		||||
          if (!editableEvtId) return;
 | 
			
		||||
          setEditId(editableEvtId);
 | 
			
		||||
          evt.preventDefault()
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      [mx, room, editor]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue