-
Notifications
You must be signed in to change notification settings - Fork 23
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
#8404: fix variable path regex to not switch to text entry mode during optional chaining #8635
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8635 +/- ##
==========================================
+ Coverage 73.63% 73.65% +0.01%
==========================================
Files 1344 1344
Lines 41544 41577 +33
Branches 7767 7780 +13
==========================================
+ Hits 30592 30624 +32
- Misses 10952 10953 +1 ☔ View full report in Codecov by Sentry. |
Playwright test resultsDetails Open report ↗︎ Flaky testsedgeSetup › auth.setup.ts › authenticate Skipped testschrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options |
No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack. Do not edit this comment manually. |
What does this PR do?
?
for null coalescing in variable field toggles to text entry mode #8404Future Work
Checklist