Skip to content

Commit

Permalink
Remove unnecessary management of this.el.hidden. (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and RobbieTheWagner committed Oct 24, 2018
1 parent 03eb569 commit 05fd17a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/step.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@ export class Step extends Evented {
this.setupElements();
}

this.el.hidden = false;
// We need to manually set styles for < IE11 support
this.el.style.display = 'block';

this.target.classList.add('shepherd-enabled', 'shepherd-target');

document.body.setAttribute('data-shepherd-step', this.id);
Expand Down

0 comments on commit 05fd17a

Please sign in to comment.