We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using AppFlowyEditor as a package in my Codeblock project. I noticed that a range error occurs when I initialize my Editor as follows:
final editorState = EditorState( document: Document(root: pageNode(children: [codeBlockNode()])), ); //... Widget build(BuildContext context) { return AppFlowyEditor( editorState: editorState, autoFocus: true, characterShortcutEvents: characterShortcutEvents, commandShortcutEvents: commandShortcutEvents, blockComponentBuilders: blockComponentBuilders, footer: const SizedBox(height: 200), ); }
I am not sure how one can reproduce this error.
No range error should occur
Windows11
1.4.4
No response
The text was updated successfully, but these errors were encountered:
Xazin
MayurSMahajan
No branches or pull requests
Bug Description
When using AppFlowyEditor as a package in my Codeblock project. I noticed that a range error occurs when I initialize my Editor as follows:
How to Reproduce
I am not sure how one can reproduce this error.
Expected Behavior
No range error should occur
Operating System
Windows11
AppFlowy Editor Version(s)
1.4.4
Screenshots
Additional Context
No response
The text was updated successfully, but these errors were encountered: