@social-mail/social-mail-client 1.2.781 → 1.2.782
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/site-editor-app/SiteEditorApp.pack.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +1 -1
|
@@ -58914,7 +58914,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
58914
58914
|
}), XNode.create(WebSitePageEditor, {
|
|
58915
58915
|
class: "file-list",
|
|
58916
58916
|
selectedFile: Bind.oneWay(() => this.selectedFile),
|
|
58917
|
-
baseUrl: Bind.oneWay(() => apiPath(
|
|
58917
|
+
baseUrl: Bind.oneWay(() => apiPath(`${this.root.url}${this.cloudFileService.getFilePath(this.root, this.selectedFile)}`)),
|
|
58918
58918
|
folder: this.root,
|
|
58919
58919
|
presenter: Bind.presenter(c => this.htmlEditor = c),
|
|
58920
58920
|
"event-html-page-changed": ce => this.modified = true,
|