Skip to content

Commit

Permalink
WEBUI-1489: Display the + button on mobile browsers: adding prevent d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
rahuljain-dev committed Jul 22, 2024
1 parent 405ce45 commit 7dfb161
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Polymer({
},

_displayWizard(e) {
e.preventDefault();
if (!this.hidden) {
this.fire('create-document', e.detail);
}
Expand Down

0 comments on commit 7dfb161

Please sign in to comment.