fix: more fixes to M3

This commit is contained in:
2026-04-05 19:44:56 +02:00
parent eb80e8ef19
commit 751947258e
2 changed files with 89 additions and 63 deletions

View File

@@ -310,7 +310,7 @@ fn route_content_area<'a>(
match tab.tab_type {
TabType::Post => {
if let Some(state) = post_editors.get(tab_id) {
let wrap = settings_state.map(|s| s.wrap_long_lines).unwrap_or(false);
let wrap = settings_state.map(|s| s.wrap_long_lines).unwrap_or(true);
post_editor::view(state, locale, wrap)
} else {
loading_view(locale)