Skip to content

Commit

Permalink
update block.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon10725 committed Sep 17, 2024
1 parent 3a1010f commit 4cb1056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -3139,7 +3139,7 @@ class Block {
this.blocks.mouseDownTime = new Date().getTime();
if (this.name === "media" || this.name === "loadFile") {
this._doOpenMedia(thisBlock);
} else {
} else if (!("ctrlKey" in event.nativeEvent && event.nativeEvent.ctrlKey)) {
this._changeLabel();
}
}
Expand Down

0 comments on commit 4cb1056

Please sign in to comment.