Skip to content

Commit

Permalink
pressing up to edit should take you to end of line (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhack committed Sep 7, 2024
1 parent 5c9ee1a commit 043012e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/features/room/RoomTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 043012e

Please sign in to comment.