diff --git a/react-electron-poc/src/renderer/components/panels/TextPanels/ScriptureTextPanelSlate.tsx b/react-electron-poc/src/renderer/components/panels/TextPanels/ScriptureTextPanelSlate.tsx index 389b002..b76325a 100644 --- a/react-electron-poc/src/renderer/components/panels/TextPanels/ScriptureTextPanelSlate.tsx +++ b/react-electron-poc/src/renderer/components/panels/TextPanels/ScriptureTextPanelSlate.tsx @@ -526,7 +526,6 @@ const withScrMarkers = (editor: CustomSlateEditor): CustomSlateEditor => { const markerElement = Editor.above(editor, { match: (n) => Element.isElement(n) && - // n.type !== 'editor' && n.type === elementType && n.style === markerStyle, }); @@ -922,12 +921,6 @@ const ScriptureChunkEditorSlate = memo(
- {/* ------------------- - {`${ - scrChapterChunk.chunkNum - }/${virtualizedIndex}: ${JSON.stringify( - scrChapterChunk.contents, - ).substring(0, 20)}`} */}