@bigbinary/neeto-editor 1.47.45 → 1.47.46
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 +3 -0
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +3 -0
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/package.json +1 -1
package/dist/Editor.js
CHANGED
|
@@ -11365,6 +11365,9 @@ var FigCaption = Node.create({
|
|
|
11365
11365
|
var Italic = Italic$1.extend({
|
|
11366
11366
|
addInputRules: function addInputRules() {
|
|
11367
11367
|
return [];
|
|
11368
|
+
},
|
|
11369
|
+
addPasteRules: function addPasteRules() {
|
|
11370
|
+
return [];
|
|
11368
11371
|
}
|
|
11369
11372
|
});
|
|
11370
11373
|
|