mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-08-31 02:41:44 +00:00
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:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user