mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
refactor: add setting documentation and support save key/value in setting
This commit is contained in:
parent
82182d7872
commit
908d005737
12 changed files with 127 additions and 72 deletions
|
@ -134,7 +134,7 @@ class _DocumentPageState extends State<DocumentPage> {
|
|||
|
||||
Widget _renderToolbar(quill.QuillController controller) {
|
||||
return ChangeNotifierProvider.value(
|
||||
value: Provider.of<AppearanceSettingModel>(context, listen: true),
|
||||
value: Provider.of<AppearanceSetting>(context, listen: true),
|
||||
child: EditorToolbar.basic(
|
||||
controller: controller,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue