Describe the bug
When injecting a generic sidekick component, it is possible to specify a value for the open property. However, when passing open: true, the injected panel does not open automatically upon injection.
To Reproduce
Steps to reproduce the behavior:
- Set up the
sample-generic-content-sidekick-plugin
- Change the sample code to inject panels with
open: true
- Join a meeting
- Notice that the panel is not opened
Expected behavior
The panel should open automatically as soon as it is injected by the plugin.
Actual behavior
The panel remains closed even when injected with open: true.
BBB version: v4.0.x-develop bigbluebutton/bigbluebutton@bdf7a46
Plugin SDK version: v0.1.17
Describe the bug
When injecting a generic sidekick component, it is possible to specify a value for the
openproperty. However, when passingopen: true, the injected panel does not open automatically upon injection.To Reproduce
Steps to reproduce the behavior:
sample-generic-content-sidekick-pluginopen: trueExpected behavior
The panel should open automatically as soon as it is injected by the plugin.
Actual behavior
The panel remains closed even when injected with
open: true.BBB version: v4.0.x-develop bigbluebutton/bigbluebutton@bdf7a46
Plugin SDK version: v0.1.17