🐛 Bug fixes on post editor
This commit is contained in:
@ -164,7 +164,7 @@ class _PostEditorScreenState extends State<PostEditorScreen>
|
||||
});
|
||||
hotKeyManager.register(_saveDraftHotKey, keyDownHandler: (_) async {
|
||||
if (mounted) {
|
||||
_writeController.sendPost(context);
|
||||
_writeController.sendPost(context, saveAsDraft: true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user