Closed d-rowe closed 9 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 60.87%. Comparing base (
c928aec
) to head (82123d7
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Can you fix the lint?
Can you fix the lint?
Sure thing, I've fixed the linting issue.
can you post a screenshot of the before/after of padding
Yup, I've added before and after screenshots in the PR description
Description
Monaco editor computes the cursor position internally and does not account for any css overrides that change the position of the line (padding, margin, etc). This change removes the css override while we implement these styles with the monaco api directly.
Changelog
Before
After
Check List
yarn test:jest
yarn test:jest_integration