From 8564ea4c92091c9ef6cefa2cc33450b781a5b76d Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Thu, 9 Jul 2026 22:00:20 -0700 Subject: [PATCH] docs(studio): fix stale radius-row comment after unlink fix --- .../src/components/editor/propertyPanelFlatStyleSections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx b/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx index c8f10e482..2f689b0f0 100644 --- a/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx +++ b/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx @@ -237,7 +237,7 @@ function FlatStrokeRow({ } /* ------------------------------------------------------------------ */ -/* Flat Radius row — uniform case; legacy fallback otherwise */ +/* Flat Radius row — always delegates to BorderRadiusEditor */ /* ------------------------------------------------------------------ */ // fallow-ignore-next-line complexity