Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re: Sim missing at exactly 991px width from MicroBit repo (#9621)
* changed: ` return window?.innerWidth = pxt.BREAKPOINT_TABLET; ` to ` return window?.innerWidth <= pxt.BREAKPOINT_TABLET; ` * changed `isComputerSize` function from >= to >
- Loading branch information