We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb89725 commit a488d26Copy full SHA for a488d26
apps/frontend/src/app/question/[id]/page.tsx
@@ -81,6 +81,7 @@ export default function QuestionPage() {
81
EditorView.theme({
82
"&": { height: "100%", overflow: "hidden" }, // Enable Scroll
83
}),
84
+ EditorView.editable.of(false), // Disable editing
85
],
86
});
87
0 commit comments