1 parent 9a3e7df commit 18ae46eCopy full SHA for 18ae46e
1 file changed
src/variety-common/MouseInput.js
@@ -1067,7 +1067,14 @@ pzpr.classmgr.makeCommon({
1067
}
1068
},
1069
mouseinputAutoPlay_lineMB: function() {
1070
- this.mouseinputAutoPlay_line(true);
+ if (this.mousestart) {
1071
+ this.isDraggingBG = this.puzzle.key.isALT;
1072
+ }
1073
+ if (this.isDraggingBG) {
1074
+ this.inputBGcolor();
1075
+ } else {
1076
+ this.mouseinputAutoPlay_line(true);
1077
1078
1079
1080
//---------------------------------------------------------------------------
0 commit comments