forked from continuedev/continue
-
Notifications
You must be signed in to change notification settings - Fork 42
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
[FIX] Added plain text pasting and fixed issues with image pasting. #169
Closed
charlwillia6
wants to merge
31
commits into
trypear:main
from
charlwillia6:charlwillia6/fix-issues-with-pasting
Closed
Changes from 20 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6a0370e
Merge remote-tracking branch 'upstream/main'
6a66cdd
Merge remote-tracking branch 'upstream/main'
134340a
Merge remote-tracking branch 'upstream/main'
charlwillia6 3f07de8
Merge remote-tracking branch 'upstream/main'
charlwillia6 8f7f236
Merge remote-tracking branch 'upstream/main'
charlwillia6 447600c
Merge remote-tracking branch 'upstream/main'
charlwillia6 02b8de3
Merge remote-tracking branch 'upstream/main'
charlwillia6 99f66ae
Merge remote-tracking branch 'upstream/main'
527e486
Merge remote-tracking branch 'upstream/main'
charlwillia6 a0e9d50
Merge remote-tracking branch 'upstream/main'
charlwillia6 b907905
Merge remote-tracking branch 'upstream/main'
charlwillia6 0b5244d
Merge remote-tracking branch 'upstream/main'
charlwillia6 7e47d71
Merge remote-tracking branch 'upstream/main'
charlwillia6 0df9372
Merge remote-tracking branch 'upstream/main'
charlwillia6 ab14a70
Merge remote-tracking branch 'upstream/main'
charlwillia6 a4eed44
Merge remote-tracking branch 'upstream/main'
charlwillia6 a0b7d00
Fix: improve image and text paste handling in TipTapEditor
charlwillia6 5332300
Updated message
charlwillia6 1a73392
Merge remote-tracking branch 'upstream/main' into charlwillia6/fix-is…
charlwillia6 5b6c83a
Fixed image positioning and a bug where newlines were being removed w…
charlwillia6 5ef8491
delete selected text
Himanshu-Singh-Chauhan 48228dd
Remove console log
Fryingpannn b3d28d8
Merge branch 'charlwillia6/fix-issues-with-pasting' of https://github…
Himanshu-Singh-Chauhan 9605785
Merge remote-tracking branch 'upstream/main' into charlwillia6/fix-is…
charlwillia6 6fc0727
Merge remote-tracking branch 'upstream/main' into charlwillia6/fix-is…
charlwillia6 50e63bd
Found a bug when pasting images with CTRL+V
charlwillia6 22aa59b
Updated useEffect so that the paste handlers handle paste operations
charlwillia6 183c2ad
Removed extra spaces.
charlwillia6 448ac93
Combined logic into one paste handler.
charlwillia6 e6d8366
Removed spaces
charlwillia6 5958a26
Merge remote-tracking branch 'upstream/main' into charlwillia6/fix-is…
charlwillia6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console log!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was already in the code. I only moved it to inside this logic. @Fryingpannn do you want me to delete it?