fixes microbit board height issue
This commit is contained in:
@ -86,7 +86,9 @@ namespace pxsim {
|
||||
boardDef: boardDef,
|
||||
cmpsList: cmpsList,
|
||||
cmpDefs: cmpDefs,
|
||||
fnArgs: fnArgs
|
||||
fnArgs: fnArgs,
|
||||
maxWidth: "100%",
|
||||
maxHeight: "100%",
|
||||
});
|
||||
|
||||
document.body.innerHTML = ""; // clear children
|
||||
|
Reference in New Issue
Block a user