🐛 Bug fixes due to post editor changes

This commit is contained in:
2025-03-08 16:04:51 +08:00
parent 5c483bd3b8
commit 92f7e92018
5 changed files with 50 additions and 22 deletions

View File

@ -69,6 +69,7 @@ final _appRoutes = [
path: '/write',
name: 'postEditor',
builder: (context, state) => PostEditorScreen(
mode: state.uri.queryParameters['mode'],
postEditId: int.tryParse(
state.uri.queryParameters['editing'] ?? '',
),