Skip to content

Commit a57160b

Browse files
committed
Fix isRegistred flag by setting it to true
1 parent 35b5014 commit a57160b

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)