coderespawn / dock-spawn

Dock Spawn is a web based dock layout engine that aids in creating flexible user interfaces by enabling panels to be docked on the screen similar to Visual Studio IDE
http://dockspawn.com
MIT License
255 stars 76 forks source link

saveState() error #27

Open nixkuroi opened 7 years ago

nixkuroi commented 7 years ago

Hi, I encountered an error with the JS implementation of saveState. It appeared to be using node.childNodes instead of node.children. I tested the change to .children in chrome and it worked. I'm not sure how to post my change, so I'm logging it here.

jogibear9988 commented 5 years ago

svaeState is fixed in my typescript fork