microboard-ui-temp 0.3.0 → 0.3.1
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/dist/titlePanel.js +1 -2
- package/package.json +1 -1
package/dist/titlePanel.js
CHANGED
|
@@ -184,8 +184,7 @@ async function handleShare(ev) {
|
|
|
184
184
|
ev.preventDefault();
|
|
185
185
|
const html = document.documentElement.outerHTML;
|
|
186
186
|
const name = getBoardName();
|
|
187
|
-
const
|
|
188
|
-
const importWindow = window.open(`${appOrigin}/import-snapshot`, "_blank");
|
|
187
|
+
const importWindow = window.open("https://app.microboard.io/boards/blank", "_blank");
|
|
189
188
|
if (!importWindow)
|
|
190
189
|
return;
|
|
191
190
|
await new Promise((resolve, reject) => {
|