Skip to content

Commit 3ca88d2

Browse files
Fixes sugarlabs#4063 Canvas is scrolling on drag and select
1 parent 148a8ce commit 3ca88d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ class Activity {
19611961
that.stageX = event.stageX;
19621962
that.stageY = event.stageY;
19631963

1964-
if (!that.moving) return;
1964+
if (!moving) return;
19651965

19661966
// if we are moving the block container, deselect the active block.
19671967
// Deselect active block if moving the block container

0 commit comments

Comments
 (0)