Skip to content

Commit 33ed5a4

Browse files
vara-prasad-07vara-prasad-07
andauthored
solves console error due to keyboard shortcut ALT+D (sugarlabs#4580)
* solves console error due to key word ALT+D * removed entire block --------- Co-authored-by: vara-prasad-07 <[email protected]>
1 parent f08c103 commit 33ed5a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/activity.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,9 +3102,6 @@ class Activity {
31023102
this.textMsg("Alt-C " + _("Copy"));
31033103
this.blocks.prepareStackForCopy();
31043104
break;
3105-
case 68: // 'D'
3106-
this.palettes.dict["myblocks"].promptMacrosDelete();
3107-
break;
31083105
case 69: // 'E'
31093106
this.textMsg("Alt-E " + _("Erase"));
31103107
this._allClear(false);

0 commit comments

Comments
 (0)