Skip to content

Commit 893858c

Browse files
committed
chore: docs update
1 parent 8e1a725 commit 893858c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/plugin-configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ function App() {
4141

4242
You can set a plugin to be open by default by setting the `defaultOpen` property to `true` when configuring the plugin. This will make the plugin panel open when the devtools are first loaded.
4343

44+
If you only have 1 plugin it will automatically be opened regardless of the `defaultOpen` setting.
45+
46+
The limit to open plugins is at 3 panels at a time. If more than 3 plugins are set to `defaultOpen: true`, only the first 3 will be opened.
47+
4448
This does not override the settings saved in localStorage. If you have previously opened the plugin panel, and selected some plugins to be open or closed, those settings will take precedence over the `defaultOpen` setting.

0 commit comments

Comments
 (0)