mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-19 20:13:15 +00:00
1f950a0a22
All editors were mounting simultaneously on initial render, causing Monaco to block the main thread (TBT 1520ms). Now uses requestIdleCallback (timeout 1.5s) to defer Monaco initialization until after first paint. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>