docs(web): clarify workspace picker accessibility state

This commit is contained in:
NI0317
2026-08-11 11:08:14 +08:00
parent e3b4196ca0
commit 1ac522ab5a
4 changed files with 5 additions and 5 deletions

View File

@@ -385,7 +385,7 @@ export interface ComposerBarOwnerProps {
* its normal DOM so the Workspace pick transitions in place.
*/
disabled?: boolean
/** Whether the Workspace picker opened from this bar is currently expanded. */
/** Whether the shared Workspace picker menu is expanded, regardless of which trigger opened it. */
workspacePickerOpen?: boolean
/** Open the existing Workspace picker from the inert textarea. */
onRequestWorkspace?: () => void