fix: address review feedback - aria-modal, formatJson dedup, overlay close order

This commit is contained in:
lda
2026-07-03 05:38:41 +07:00 Verified
parent a148338199
commit 241897eaa3
7 changed files with 31 additions and 7 deletions
@@ -1,6 +1,5 @@
import type { DemoEvent } from "../demo/timeline/models.js";
const formatJson = (value: unknown): string => JSON.stringify(value, null, 2);
import { formatJson } from "./format.js";
type OperationBlockProps = {
readonly event: DemoEvent;