Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com

fix(frontend): restore editorViewOptionsCtx import dropped during prosePluginsCtx refactor

+1 -1
+1 -1
templates/document_edit.html
··· 95 95 <script type="module"> 96 96 import {EditorView, basicSetup, markdown, oneDark, Compartment, Annotation} from '/static/vendor/editor.js'; 97 97 import { 98 - Editor, rootCtx, defaultValueCtx, editorViewCtx, serializerCtx, prosePluginsCtx, 98 + Editor, rootCtx, defaultValueCtx, editorViewCtx, editorViewOptionsCtx, serializerCtx, prosePluginsCtx, 99 99 commonmark, 100 100 listener, listenerCtx, 101 101 history, undoCommand, redoCommand, callCommand,