chore: hide interactive editor from screenreaders (#62901)

This commit is contained in:
Anna
2025-10-20 10:42:25 -04:00
committed by GitHub
parent 303c2c689f
commit 1c89430793
@@ -52,7 +52,7 @@ const InteractiveEditor = ({ files }: Props) => {
};
return (
<div className='interactive-editor-wrapper'>
<div className='interactive-editor-wrapper' aria-hidden='true'>
<Sandpack
template={
got('tsx')