Skip to content

Commit cde7231

Browse files
committed
chore: auto update API docs
1 parent 49e50ab commit cde7231

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/API-Reference/view/WorkspaceManager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ Returns true if visible else false.
190190
### view/WorkspaceManager.setPluginPanelWidth(width)
191191
Programmatically sets the plugin panel content width to the given value in pixels.
192192
The total toolbar width is adjusted to account for the plugin icons bar.
193-
Width is clamped to respect panel minWidth and max size (75% of window).
193+
If the requested width doesn't fit, the sidebar is progressively shrunk
194+
(and collapsed if necessary) before clamping.
194195
No-op if no panel is currently visible.
195196

196197
**Kind**: inner method of [<code>view/WorkspaceManager</code>](#module_view/WorkspaceManager)

0 commit comments

Comments
 (0)