Skip to content

Commit 28817c4

Browse files
committed
inline-tool button fix & update bundle
1 parent 286b1e1 commit 28817c4

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
@@ -61,6 +61,7 @@ class InlineCode {
6161
*/
6262
render() {
6363
this.button = document.createElement('button');
64+
this.button.type = 'button';
6465
this.button.classList.add(this.iconClasses.base);
6566
this.button.innerHTML = this.toolboxIcon;
6667

0 commit comments

Comments
 (0)