Spaces:
Running
Running
Update src/lib/tw-packager-integration-hoc.jsx
Browse files
src/lib/tw-packager-integration-hoc.jsx
CHANGED
@@ -52,7 +52,7 @@ const PackagerIntegrationHOC = function (WrappedComponent) {
|
|
52 |
|
53 |
this.props.vm.saveProjectSb3('arraybuffer')
|
54 |
.then(buffer => {
|
55 |
-
const name = `${this.props.reduxProjectTitle}.
|
56 |
e.source.postMessage({
|
57 |
p4: {
|
58 |
type: 'finish-import',
|
|
|
52 |
|
53 |
this.props.vm.saveProjectSb3('arraybuffer')
|
54 |
.then(buffer => {
|
55 |
+
const name = `${this.props.reduxProjectTitle}.txt`;
|
56 |
e.source.postMessage({
|
57 |
p4: {
|
58 |
type: 'finish-import',
|