@bigbinary/neeto-editor 1.43.0 → 1.43.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/Editor.js CHANGED
@@ -9721,7 +9721,7 @@ var Embeds = Node.create({
9721
9721
  }
9722
9722
  },
9723
9723
  align: {
9724
- "default": "center",
9724
+ "default": "left",
9725
9725
  parseHTML: function parseHTML(element) {
9726
9726
  return element.getAttribute("align");
9727
9727
  }