From 52faefc67ffef29e3d208d2233c2547fc0ee47d3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 04 三月 2023 21:11:41 +0800
Subject: [PATCH] 2023-03-04

---
 src/views/systemproc/proc/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/systemproc/proc/index.jsx b/src/views/systemproc/proc/index.jsx
index 6f13864..cad4d02 100644
--- a/src/views/systemproc/proc/index.jsx
+++ b/src/views/systemproc/proc/index.jsx
@@ -376,7 +376,7 @@
             </div>
           </div>
           <div className="edit-wrap">
-            <CodeMirror value={content} onChange={(val) => this.setState({content: val})}/>
+            <CodeMirror value={content} func={true} onChange={(val) => this.setState({content: val})}/>
           </div>
         </div>
         <Modal

--
Gitblit v1.8.0