Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
feat: attach form to DOM for confirm controller (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvincrespo authored Nov 5, 2021
1 parent 4f1bb1a commit be4188e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/confirm_controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export class ConfirmController extends Controller {
method: this.method
});

document.body.append(this.form);

return this;
}

Expand Down

0 comments on commit be4188e

Please sign in to comment.