Skip to content

Commit 95e4bd9

Browse files
authored
Merge branch 'master' into sanitizer-integration
2 parents 0373d98 + 079b936 commit 95e4bd9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class InlineCode {
6363
*/
6464
render() {
6565
this.button = document.createElement('button');
66+
this.button.type = 'button';
6667
this.button.classList.add(this.iconClasses.base);
6768
this.button.innerHTML = this.toolboxIcon;
6869

0 commit comments

Comments
 (0)