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 e44efae commit acfe5f2Copy full SHA for acfe5f2
js/block.js
@@ -2819,7 +2819,7 @@ class Block {
2819
let topBlk;
2820
2821
const dx = event.stageX / that.activity.getStageScale() - that.container.x;
2822
- if (!moved && that.isCollapsible() && dx < 30 / that.activity.getStageScale()) {
+ if (that.isCollapsible() && dx < 30 / that.activity.getStageScale()) {
2823
that.collapseToggle();
2824
} else if ((!window.hasMouse && getInput) || (window.hasMouse && !moved)) {
2825
if (that.name === "media") {
0 commit comments