Skip to content
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

feat: combine diff operations #759

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

LucasXu0
Copy link
Collaborator

@LucasXu0 LucasXu0 commented Apr 8, 2024

Combine consecutive insert or delete operations.

For example, 'insert p1, v1; insert p2, v2; ...' should be combined into 'insert p1, [v1, v2, ...]'.

@LucasXu0 LucasXu0 merged commit c8cd407 into AppFlowy-IO:main Apr 8, 2024
2 of 9 checks passed
q200892907 added a commit to q200892907/appflowy-editor that referenced this pull request Apr 11, 2024
* main:
  fix: unable to select multiple words (AppFlowy-IO#761)
  fix: filter invalid text editing value (AppFlowy-IO#760)
  feat: combine diff operations (AppFlowy-IO#759)
  fix: delta insert error (AppFlowy-IO#758)
  feat: add more gesture interceptors (AppFlowy-IO#757)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant