Hi, there is a bug with dialogs serialization where the property of being resizable or not is not resumed from saved state.
Repro steps
- Go to https://node-projects.github.io/dock-spawn-ts/page/demo/ide/demo.html and refresh the layout
- DockTreeVisualizer dialog is not resizable
- Refresh the page
- The layout is resumed but the dialog is now resizable
Expected behavior
Dialogs should keep their resizing behavior when restoring state.