fix: unable to change RTL of heading block

This commit is contained in:
Lucas.Xu
2023-09-22 16:17:17 +08:00
parent f762a564b5
commit f2f3506b29
3 changed files with 4 additions and 9 deletions

View File

@ -150,11 +150,6 @@ class _AppFlowyEditorPageState extends State<AppFlowyEditorPage> {
super.dispose();
}
@override
void reassemble() {
super.reassemble();
}
@override
Widget build(BuildContext context) {
final (bool autoFocus, Selection? selection) =