os-js / osjs-panels

OS.js Panels Module
https://manual.os-js.org/v3/
Other
4 stars 13 forks source link

Pass on options from config to panel item instances #22

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

Not actually bug, but it seems like I forgot to pass on the options to the PanelItem constructor:

https://github.com/os-js/osjs-panels/blob/master/src/panel.js#L66

andersevenrud commented 5 years ago

@SpaceboyRoss01 This has been added into the newly published @osjs/panels