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:
parent
f762a564b5
commit
f2f3506b29
@ -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) =
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user