File tree 2 files changed +6
-3
lines changed
src/cubing/twisty/views/3D/puzzles
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cubing" ,
3
- "version" : " 0.47.0 " ,
3
+ "version" : " 0.47.1 " ,
4
4
"description" : " A collection of JavaScript cubing libraries." ,
5
5
"author" : " The js.cubing.net team" ,
6
6
"type" : " module" ,
97
97
"engines" : {
98
98
"node" : " >=19"
99
99
},
100
- "files" : [" ./dist/bin/" , " ./dist/lib/" ],
100
+ "files" : [
101
+ " ./dist/bin/" ,
102
+ " ./dist/lib/"
103
+ ],
101
104
"scripts" : {
102
105
"default" : " make default" ,
103
106
"build" : " make build" ,
Original file line number Diff line number Diff line change @@ -681,8 +681,8 @@ export class Cube3D extends Object3D implements Twisty3DPuzzle {
681
681
lastTranslation = newTranslation ;
682
682
if ( elapsed < translationDuration ) {
683
683
requestAnimationFrame ( animateRaiseHintSticker ) ;
684
- this . scheduleRenderCallback ?.( ) ;
685
684
}
685
+ this . scheduleRenderCallback ?.( ) ;
686
686
} ;
687
687
animateRaiseHintSticker ( ) ;
688
688
} , 500 ) ;
You can’t perform that action at this time.
0 commit comments