mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Report pane resize handle size to assistive tech (APG window splitter)
This commit is contained in:
+7
-1
@@ -32,6 +32,7 @@ export function App() {
|
||||
|
||||
<main className={styles.panes}>
|
||||
<section
|
||||
id="pane-library"
|
||||
className={styles.pane}
|
||||
style={{ width: libraryWidth }}
|
||||
aria-label="Snippet library"
|
||||
@@ -43,7 +44,12 @@ export function App() {
|
||||
<SpecEditor />
|
||||
</section>
|
||||
<ResizeHandle side="preview" label="Resize live preview" />
|
||||
<section className={styles.pane} style={{ width: previewWidth }} aria-label="Live preview">
|
||||
<section
|
||||
id="pane-preview"
|
||||
className={styles.pane}
|
||||
style={{ width: previewWidth }}
|
||||
aria-label="Live preview"
|
||||
>
|
||||
<LivePreview />
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user