Skip to content

Commit

Permalink
Added the required x-arrow attribute to enable the arrow to stay boun…
Browse files Browse the repository at this point in the history
…d to the target
  • Loading branch information
Lance Gliser authored and RobbieTheWagner committed Jul 2, 2018
1 parent 6552f13 commit a69b251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/shepherd.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ var Step = (function (_Evented) {
this.destroy();
}

this.el = createFromHTML('<div class=\'shepherd-step ' + (this.options.classes || '') + '\' data-id=\'' + this.id + '\' ' + (this.options.idAttribute ? 'id="' + this.options.idAttribute + '"' : '') + '><div class="popper__arrow"></div>');
this.el = createFromHTML('<div class=\'shepherd-step ' + (this.options.classes || '') + '\' data-id=\'' + this.id + '\' ' + (this.options.idAttribute ? 'id="' + this.options.idAttribute + '"' : '') + '><div class="popper__arrow" x-arrow></div>');

var content = document.createElement('div');
content.className = 'shepherd-content';
Expand Down
Loading

0 comments on commit a69b251

Please sign in to comment.