We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1259996 commit 205d9ffCopy full SHA for 205d9ff
public/js/editor.js
@@ -2774,12 +2774,12 @@ const scrollEvent = (e) => {
2774
//UP
2775
if (shiftDown) tmlScrollUp();
2776
else if (ctrlDown) zoomIn();
2777
- else tmlScrollLeft();
+ else tmlScrollRight();
2778
} else {
2779
//DOWN
2780
if (shiftDown) tmlScrollDown();
2781
else if (ctrlDown) zoomOut();
2782
- else tmlScrollRight();
+ else tmlScrollLeft();
2783
}
2784
e.preventDefault();
2785
};
0 commit comments