|
@@ -18,13 +18,13 @@ function wrapWithSection(parentNode: Parent, startElem: Node, endElem: Node | nu
|
|
|
className: isDarkMode ? 'invert' : '',
|
|
className: isDarkMode ? 'invert' : '',
|
|
|
siblings.splice(startIndex, between.length, section);
|
|
siblings.splice(startIndex, between.length, section);
|