From 6cdae349a2d56f4bdc91d706f19b658903fbdd71 Mon Sep 17 00:00:00 2001 From: Minh Duc Vo Date: Mon, 3 Jun 2019 20:42:19 +0700 Subject: [PATCH] CodeEditor : hide print margin --- src/app/problemList/codeEditor/codeEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/problemList/codeEditor/codeEditor.js b/src/app/problemList/codeEditor/codeEditor.js index 12c6df7..3169da2 100644 --- a/src/app/problemList/codeEditor/codeEditor.js +++ b/src/app/problemList/codeEditor/codeEditor.js @@ -77,8 +77,8 @@ class CodeEditor extends React.PureComponent { width='100%' fontSize={14} height={editorHeight ? `${editorHeight}px` : undefined} - // set height to overwhelming large, so no problems even if screens get big readOnly={readOnly} + showPrintMargin={false} /> ); }