pxt-core 7.5.6 → 7.5.7
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
|
@@ -111,7 +111,7 @@ export const ShareInfo = (props: ShareInfoProps) => {
|
|
|
111
111
|
{(shareState === "share" || shareState === "publish") && <>
|
|
112
112
|
{showSimulator && <div className="project-share-title">
|
|
113
113
|
<h2>{lf("About your project")}</h2>
|
|
114
|
-
{showShareDropdown && <MenuDropdown id="project-share-dropdown"
|
|
114
|
+
{showShareDropdown && shareState === "share" && <MenuDropdown id="project-share-dropdown"
|
|
115
115
|
icon="fas fa-ellipsis-h"
|
|
116
116
|
title={lf("More share options")}
|
|
117
117
|
items={dropdownOptions}
|