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) =

View File

@ -54,11 +54,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: a0ff609
resolved-ref: a0ff609cb1ac53e5d167489f43452074860dd80e
ref: "8e618465258b3de0ce5253c4fa97bacb24884e8c"
resolved-ref: "8e618465258b3de0ce5253c4fa97bacb24884e8c"
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
source: git
version: "1.4.0"
version: "1.4.1"
appflowy_popover:
dependency: "direct main"
description:

View File

@ -47,7 +47,7 @@ dependencies:
appflowy_editor:
git:
url: https://github.com/AppFlowy-IO/appflowy-editor.git
ref: a0ff609
ref: 8e618465258b3de0ce5253c4fa97bacb24884e8c
appflowy_popover:
path: packages/appflowy_popover