Skip to content

Commit 4af89f3

Browse files
committed
Fix isRegistred check
1 parent 35b5014 commit 4af89f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ module.exports = function() {
146146
var btn = document.createElement("button");
147147
btn.innerHTML = "Run";
148148
btn.setAttribute("data-run", "");
149+
isRegistred = true;
149150
return btn;
150151
}
151152
});

0 commit comments

Comments
 (0)