Skip to content

Commit

Permalink
Fix bug of disappearing cardplaceholder (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
bewee authored Feb 26, 2021
1 parent a87d024 commit 3533de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/views/editor/parameter.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
this.id = '';
cardel.style.top = '';
cardel.style.left = '';
if (!before) {
if (!before || !this.multi) {
this.appendChild(cardel);
this.cards.push(cardel);
} else {
Expand Down

0 comments on commit 3533de7

Please sign in to comment.