When I try to copy a part of long code in code block. the cursor does not work properly. It shows whole height of that line and only place at first line. Here is a snapshot.
Found Solution:
;;add code in config.edn
;; let code block automatically wrap --- 让代码块自动换行
:editor/extra-codemirror-options { :lineWrapping true }