co-mono/packages
Mario Zechner 0af33ce79a Fix race condition in web-ui SandboxedIframe
Fixed loadContent() and execute() to set srcdoc at the correct time:
- loadContent(): Now sets srcdoc after creating iframe (was missing entirely)
- execute(): Now sets srcdoc after setting up message listeners and creating iframe (was setting before iframe existed)

This prevents missing postMessage events from the sandboxed iframe.
2025-10-04 19:09:17 +02:00
..
agent chore: bump version to 0.5.43 2025-09-19 01:49:46 +02:00
ai Fix lints. 2025-10-03 23:21:59 +02:00
browser-extension Better detection of eval/<script> capability on current site wrt CSP 2025-10-04 01:13:07 +02:00
pods Fix lints. 2025-10-03 23:21:59 +02:00
tui Fix lints. 2025-10-03 23:21:59 +02:00
web-ui/src/components Fix race condition in web-ui SandboxedIframe 2025-10-04 19:09:17 +02:00