@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.318",
3
+ "version": "1.8.319",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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)) {