@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.
@@ -12545,6 +12545,7 @@ var highlightLinesCode = function highlightLinesCode(code, options) {
12545
12545
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
12546
12546
  var option = _step.value;
12547
12547
  for (var j = option.start; j <= option.end; ++j) {
12548
+ if (j >= lines.length) return;
12548
12549
  lines[j].style.backgroundColor = option.color;
12549
12550
  lines[j].style.minWidth = "".concat(scroll_width - paddingLeft - paddingRight, "px");
12550
12551
  }
@@ -12634,4 +12635,4 @@ var substituteVariables = function substituteVariables(highlightedContent, varia
12634
12635
  exports.applyLineHighlighting = applyLineHighlighting;
12635
12636
  exports.applySyntaxHighlightingAndLineNumbers = applySyntaxHighlightingAndLineNumbers;
12636
12637
  exports.substituteVariables = substituteVariables;
12637
- //# sourceMappingURL=chunk-W-ChuMj0.cjs.js.map
12638
+ //# sourceMappingURL=chunk-C2z_jXRp.cjs.js.map