Skip to content

Conversation

@pavelfeldman
Copy link
Member

No description provided.

let valueChanged = false;
if (codemirror.getValue() !== text) {
codemirror.setValue(text);
// CodeMirror has a bug that renders cursor poorly on a last line.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File it upstream and add a link here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure they'll be able to repro, it might be specific to what we do.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2024

Test results for "tests 1"

1 failed
❌ [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT @macos-latest-node18-1

36882 passed, 690 skipped
✔️✔️✔️

Merge workflow run.

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.

2 participants