Fixes #71, issue with history

This commit is contained in:
neauoire
2020-03-26 20:35:30 +09:00
parent ab540c0f74
commit c7912e02fe
4 changed files with 16 additions and 16 deletions

View File

@@ -101,6 +101,8 @@ function Client () {
this.renderer.start()
this.interface.start()
this.history.push(this.layers) // initial state
this.source.new()
this.onResize()