Scnck

Results 2 comments of Scnck

reorder is still broken what am I doing wrong or is this a known bug? ``` import { GoldenLayout } from "https://cdn.skypack.dev/[email protected]"; class MyComponent { constructor(container) { this.container = container;...

"reorder" unable to drag&drop component around the window, what's the proper way to get the below Layout ``` import { ComponentContainer, ComponentItemConfig, GoldenLayout, ItemType } from "https://cdn.skypack.dev/[email protected]"; class test {...