style(studio): format AGENTS.md (#3167)

oxfmt formats markdown, and the file added in #3165 was not run through it.
main's Format check has been failing since that merge, which also fails every
open PR, since CI checks the merge with main.
This commit is contained in:
Miguel Ángel
2026-08-10 15:51:43 -04:00
committed by GitHub
parent 604f02b31a
commit a58ebf610b
+1 -1
View File
@@ -17,7 +17,7 @@ Two consequences you will meet immediately:
- Reaching a preview element from a driver or a test means going through the
iframe: `iframe.contentDocument.getElementById(...)`. Studio's own panels may
be inside shadow roots, so a plain `document.querySelector` finds neither.
- Every overlay box is a *measurement* of an element, not the element. When
- Every overlay box is a _measurement_ of an element, not the element. When
chrome disagrees with the pixels underneath it, the bug is almost always in
the measurement, in `components/editor/domEditOverlayGeometry.ts`.