@social-mail/social-mail-client 1.8.318 → 1.8.319
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/editor/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +1 -0
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -0
- 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/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/editor/HtmlPageEditor.tsx +1 -0
package/package.json
CHANGED
|
@@ -118,6 +118,7 @@ export default class HtmlPageEditor extends AtomControl {
|
|
|
118
118
|
element.removeAttribute("styler-entered");
|
|
119
119
|
element.removeAttribute("styler-exited");
|
|
120
120
|
element.removeAttribute("styler-invisible");
|
|
121
|
+
element.removeAttribute("slot");
|
|
121
122
|
if (/video/i.test(element.tagName)) {
|
|
122
123
|
const originalAutoPlay = element.getAttribute("original-autoplay");
|
|
123
124
|
if (/true/i.test(originalAutoPlay)) {
|