Files
Matt Godbolt 8b49093fa0 Fix Cypress tests for Monaco 0.55 EditContext API change
Monaco 0.53+ uses the native EditContext API (when available) instead
of a hidden textarea for input handling.  This breaks the synthetic
ClipboardEvent('paste') mechanism that setMonacoEditorContent() relied
on in the Cypress test utilities.

Fix: expose the monaco namespace on window and rewrite
setMonacoEditorContent() to call model.setValue() directly via the
editor API.  This is resilient to any future changes in Monaco's
internal input strategy.

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-01 11:38:55 -06:00
..
2025-10-28 09:45:26 +01:00
2026-01-25 16:50:12 -05:00
2025-07-28 10:34:46 -05:00
2025-06-18 09:04:23 -05:00
2025-07-28 10:34:46 -05:00
2025-04-24 12:10:37 -05:00
2025-07-28 10:34:46 -05:00