mce 0.17.13 → 0.18.0

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/README.md CHANGED
@@ -103,7 +103,7 @@ npm i mce
103
103
  },
104
104
  })
105
105
 
106
- editor.on('setDoc', () => {
106
+ editor.on('docSet', () => {
107
107
  editor.load('http://localhost:5173/example.jpg').then((el) => {
108
108
  editor.addElement(el, {
109
109
  position: { x: 500, y: 100 },