File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ async function computeAnimationData(
125125 'animatedJava.dialogs.errors.predicateFilePathUndefined.body'
126126 ) ,
127127 ] ,
128- width : 256
128+ width : 256 ,
129129 } ,
130130 } )
131131 }
@@ -137,10 +137,12 @@ async function computeAnimationData(
137137 title : tl (
138138 'animatedJava.dialogs.errors.rigModelsExportFolderUndefined.title'
139139 ) ,
140- lines : [ tl (
141- 'animatedJava.dialogs.errors.rigModelsExportFolderUndefined.body'
142- ) ] ,
143- width : 256
140+ lines : [
141+ tl (
142+ 'animatedJava.dialogs.errors.rigModelsExportFolderUndefined.body'
143+ ) ,
144+ ] ,
145+ width : 256 ,
144146 } ,
145147 } )
146148 }
@@ -280,6 +282,8 @@ MenuBar.update()
280282const cb = ( ) => {
281283 store . set ( 'states' , { default : { } } )
282284 settings . update ( DefaultSettings , true )
285+ //@ts -ignore;
286+ Project . UUID = globalThis . guid ( )
283287 bus . dispatch ( EVENTS . LIFECYCLE . LOAD_MODEL , { } )
284288}
285289Blockbench . on ( 'new_project' , cb )
You can’t perform that action at this time.
0 commit comments