pxt-core 12.2.32 → 12.2.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/backendutils.js +1 -1
- package/built/pxt.js +1 -1
- package/built/pxtlib.js +1 -1
- package/built/target.js +1 -1
- package/built/targetlight.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtapp.js +1 -1
- package/built/web/pxtembed.js +1 -1
- package/built/web/pxtlib.js +1 -1
- package/built/web/pxtworker.js +1 -1
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +5 -5
- package/built/web/semantic.css +5 -5
- package/localtypings/pxteditor.d.ts +1 -1
- package/package.json +1 -1
|
@@ -820,7 +820,7 @@ declare namespace pxt.editor {
|
|
|
820
820
|
simSerialActive?: boolean;
|
|
821
821
|
deviceSerialActive?: boolean;
|
|
822
822
|
errorListState?: ErrorListState;
|
|
823
|
-
|
|
823
|
+
errorListCollapsed?: boolean;
|
|
824
824
|
screenshoting?: boolean;
|
|
825
825
|
extensionsVisible?: boolean;
|
|
826
826
|
isMultiplayerGame?: boolean; // Arcade: Does the current project contain multiplayer blocks?
|