Skip to content

Commit

Permalink
fix: Ne pas auto-fermer les <button>.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Apr 30, 2020
1 parent 448d074 commit ac23873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</section>

<section id="hidden">
<button id="fullscreen" disabled autocomplete="off" />
<button id="fullscreen" disabled autocomplete="off"></button>
</section>

<article>
Expand Down

0 comments on commit ac23873

Please sign in to comment.