Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jul 25, 2024
1 parent 5b6217f commit 86e379e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LinesControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default {
}
} else {
this.zincObject = undefined;
this.linewidth = 10;
this.width = 10;
}
},
modifyWidth: function () {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ScaffoldTreeControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default {
// '__r/'
findOrCreateRegion: function (data, paths, prefix) {
//check if root region has been set
if (this.rootID === undefined && this.module && this.module.scene) {
if (this.module && this.module.scene) {
this.treeData[0].id = this.module.scene.getRootRegion().uuid;
this.treeData[0].isRegion = true;
}
Expand Down

0 comments on commit 86e379e

Please sign in to comment.