forked from slab/quill
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merge pull request slab#2882 from tzyl/fix/insert-inline-embed-before-block-embed-with-delete Fix insert inline embed with delete before block embed (cherry picked from commit 58b1747) * use Op.length (cherry picked from commit 738a196) * add failing tests (cherry picked from commit a02978f) * track all implicit newline indexes and shift for delete (cherry picked from commit cf101f6) * add test for tracking indexes between insert/delete (cherry picked from commit 50dbbed) * add fix and failing test for implicit newline insertion (cherry picked from commit 99bfdcd) * fix linter (cherry picked from commit 7e98bc2) * prefer file over html when uploading - file should include the image data - copying image from slack will include both, but image src is inaccessible without login (cherry picked from commit e164f12) * fix mixed html/file test and handle image only case (cherry picked from commit ead3355) * fix formatting * tiny refactoring Co-authored-by: Jason Chen <[email protected]>
- Loading branch information
Showing
4 changed files
with
269 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters