Update pxt/common-packages and fix build (#2323)
* fix build off of pxt/ and pxt-common-packages master * check in generated files
This commit is contained in:
@ -132,7 +132,7 @@ namespace pxsim.visuals {
|
||||
}
|
||||
|
||||
//show the canvas if it's hidden
|
||||
svg.removeClass(this.background, "hidden");
|
||||
U.removeClass(this.background, "hidden");
|
||||
|
||||
//resize if necessary
|
||||
let [first, last] = [this.pixels[0], this.pixels[this.pixels.length - 1]]
|
||||
|
Reference in New Issue
Block a user