@bigbinary/neeto-editor 1.47.8 → 1.47.9

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.
@@ -12543,6 +12543,7 @@ var highlightLinesCode = function highlightLinesCode(code, options) {
12543
12543
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
12544
12544
  var option = _step.value;
12545
12545
  for (var j = option.start; j <= option.end; ++j) {
12546
+ if (j >= lines.length) return;
12546
12547
  lines[j].style.backgroundColor = option.color;
12547
12548
  lines[j].style.minWidth = "".concat(scroll_width - paddingLeft - paddingRight, "px");
12548
12549
  }
@@ -12630,4 +12631,4 @@ var substituteVariables = function substituteVariables(highlightedContent, varia
12630
12631
  };
12631
12632
 
12632
12633
  export { applySyntaxHighlightingAndLineNumbers as a, applyLineHighlighting as b, substituteVariables as s };
12633
- //# sourceMappingURL=chunk-BsDiILIW.js.map
12634
+ //# sourceMappingURL=chunk-C-4k1C6C.js.map