Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
PaolaPellegrini committed Sep 26, 2024
1 parent 08d07cd commit ef44914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/pmBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export class PMBlock {


createPMBlock(name, description, category = "", icon = "", username = "") {
this.enterPMBlockName(name);
this.enterPMBlockDescription(description);
this.enterPMBlockName(name, {delay:200});
this.enterPMBlockDescription(description, {delay:200});
if (category != "") this.enterPMBlockCategory(category);
if (username != "") this.enterPMBlockManager(username);
if (icon != "") this.enterIcon(icon);
Expand Down

0 comments on commit ef44914

Please sign in to comment.