pxt-core 12.2.25 → 12.2.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "12.2.25",
3
+ "version": "12.2.26",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -386,7 +386,7 @@ export const ShareInfo = (props: ShareInfoProps) => {
386
386
  <Textarea
387
387
  ariaDescribedBy="share-description-title"
388
388
  ariaLabel={lf("Type a description for your project")}
389
- initialValue={projectDescription || ''}
389
+ initialValue={description || projectDescription || ''}
390
390
  onChange={setDescription}
391
391
  id="projectDescriptionTextareaShare"
392
392
  maxLength={pxt.MAX_DESCRIPTION_LENGTH}
@@ -7,7 +7,7 @@
7
7
  <link rel="stylesheet" data-rtl="/blb/rtlsemantic.css" href="/blb/semantic.css">
8
8
  <link rel="stylesheet" href="/blb/icons.css">
9
9
  <link rel="stylesheet" href="/blb/react-common-skillmap.css">
10
- <script defer="defer" src="/blb/skillmap/js/main.9134fb4e.js"></script><link href="/blb/skillmap/css/main.450cb46e.css" rel="stylesheet"></head>
10
+ <script defer="defer" src="/blb/skillmap/js/main.d1d7cd5b.js"></script><link href="/blb/skillmap/css/main.450cb46e.css" rel="stylesheet"></head>
11
11
  <body class="pxt-theme-root">
12
12
  <noscript>You need to enable JavaScript to run this app.</noscript>
13
13