Skip to content

Commit eb5637b

Browse files
committed
pr comment
1 parent d011602 commit eb5637b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hub/apps/develop/launch/launch-snipping-tool.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ The **enabledModes** parameter can accept the following modes:
127127
> [!IMPORTANT]
128128
> If the **enabledModes** parameter is omitted, Snipping Tool will default to the mode explicitly specified in the URI (e.g., `rectangle`, `freeform`).
129129
>
130-
> - If a mode is explicitly specified in the URI (such as rectangle), only that mode will be available in Snipping Tool's UI.
131-
> - If no mode is specified and **enabledModes** is also not provided, the request is considered invalid and will be ignored.
130+
> - If a mode is explicitly specified in the URI (such as `rectangle`), only that mode will be available in Snipping Tool's UI.
131+
> - If no default mode is specified in the URI, the request is considered invalid and will be ignored, even if enabledModes is provided.
132+
> - The default mode parameter (e.g., `rectangle`, `freeform`) is required for **enabledModes** to function and for the request to be considered valid.
132133
133134
## Examples
134135

0 commit comments

Comments
 (0)