@bigbinary/neeto-editor 1.43.18 → 1.43.19

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.
@@ -8529,7 +8529,7 @@ var CodeBlock = CodeBlockLowlight.extend({
8529
8529
  "default": [],
8530
8530
  parseHTML: function parseHTML(element) {
8531
8531
  var _element$dataset$high;
8532
- return ((_element$dataset$high = element.dataset.highlightedLines) === null || _element$dataset$high === void 0 ? void 0 : _element$dataset$high.split(",").filter(Boolean).map(Number)) || [];
8532
+ return ((_element$dataset$high = element.dataset.highlightedLines) === null || _element$dataset$high === void 0 ? void 0 : _element$dataset$high.split(",").map(Number).filter(Boolean)) || [];
8533
8533
  },
8534
8534
  renderHTML: function renderHTML(attributes) {
8535
8535
  var _attributes$highlight, _attributes$highlight2;