-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
[FR] shrinkWrap option for AppFlowyEditor #19
Comments
Xazin
added a commit
to Xazin/appflowy-editor
that referenced
this issue
Mar 20, 2023
LucasXu0
added a commit
that referenced
this issue
Mar 20, 2023
* feat: shrinkWrap option for AppFlowyEditor Relates: #19 * test: add autoFocus tests for editor service * chore: Update lib/src/core/transform/operation.dart Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
This was referenced Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To enable the Editor to be inside other ScrollViews, we can add a shrinkWrap option that defaults to false (scrollable).
This is especially useful when you want to have a view-only mode for the Editor, and for it to be inside another ScrollView.
The text was updated successfully, but these errors were encountered: