-
-
Notifications
You must be signed in to change notification settings - Fork 85
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: add diff mode #617
base: main
Are you sure you want to change the base?
feat: add diff mode #617
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
Deploy preview for codeimage-highlight-dev ready! ✅ Preview Built with commit 353d080. |
Deploy preview for codeimage-website-dev ready! ✅ Preview Built with commit 353d080. |
Deploy preview for codeimage ready! ✅ Preview Built with commit 353d080. |
@@ -245,6 +278,7 @@ export function createEditorsStore() { | |||
languageId: editor.languageId, | |||
id: editor.id, | |||
code: editor.code, | |||
metadata: editor.metadata, |
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.
must be added in BE in order to don't break ts
): DecorationSet { | ||
console.log('from json'); | ||
const builder = new RangeSetBuilder<Decoration>(); |
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.
): DecorationSet { | |
console.log('from json'); | |
const builder = new RangeSetBuilder<Decoration>(); | |
): DecorationSet { | |
const builder = new RangeSetBuilder<Decoration>(); |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@gooroodev review please |
Appreciate your call, @oleksandr-vonahi! Issue Counts
Summary of Proposed Changes
Identified Issues
Issue Details and FixesIssue 1: Potential memory leak in
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @TinsFox, what do you mean with "After completing the diff selection, can you hide the previous checkbox?" |
As shown in the marked area in my picture, after I select the rows I need to highlight, I hope that there will be no checkbox in front of other rows that are not selected. I think this will affect the appearance. |
No description provided.