mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: unable to change RTL of heading block
This commit is contained in:
@ -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) =
|
||||
|
Reference in New Issue
Block a user