From a58ebf610bc56dcced7505c706e031cc8fd36d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Mon, 10 Aug 2026 15:51:43 -0400 Subject: [PATCH] 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. --- packages/studio/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/studio/AGENTS.md b/packages/studio/AGENTS.md index b45fe56bb..9fa91cc02 100644 --- a/packages/studio/AGENTS.md +++ b/packages/studio/AGENTS.md @@ -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`.