@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.
@@ -11385,6 +11385,9 @@ var FigCaption = Menu$3.Node.create({
11385
11385
  var Italic = Italic$1.extend({
11386
11386
  addInputRules: function addInputRules() {
11387
11387
  return [];
11388
+ },
11389
+ addPasteRules: function addPasteRules() {
11390
+ return [];
11388
11391
  }
11389
11392
  });
11390
11393