Commit d7691f38 authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Pass bucket bar options to the constructor

On PR #2904, it was forgotten to pass the bucket bar options to the
constructor.

Closes #3047
parent b2867c9e
......@@ -80,7 +80,7 @@ export default class Sidebar extends Guest {
} else {
// BucketBar is a "plugin" for legacy reasons and is now constructed here so
// that the parent element can be passed into the constructor.
this.plugins.BucketBar = new BucketBar(frame, {}, this);
this.plugins.BucketBar = new BucketBar(frame, config.BucketBar, this);
}
// Undocumented switch to enable/disable the wrapping of the sidebar inside a shadow DOM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment