mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-21 18:24:21 +01:00
@@ -352,7 +352,8 @@ fn render_nav_body(
|
||||
|
||||
let txn = Transaction::new(ctx.ndb).expect("txn");
|
||||
let post_response =
|
||||
ui::PostView::new(&mut note_context, draft, PostType::New, kp, inner_rect).ui(&txn, ui);
|
||||
ui::PostView::new(&mut note_context, draft, PostType::New, kp, inner_rect)
|
||||
.ui(&txn, ui);
|
||||
|
||||
post_response.action.map(Into::into)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user