소스 검색

Revert "Merge pull request #4347 from weseek/fix/backspace-in-vim"

This reverts commit 15b5d828d40346a3bc138752e559586067b4e856, reversing
changes made to 8d5d9ade3f8414bbe67f136e014146f369f97bb8.
Yuki Takei 4 년 전
부모
커밋
b82d207bf2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

+ 0 - 1
packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

@@ -900,7 +900,6 @@ export default class CodeMirrorEditor extends AbstractEditor {
 
         <ReactCodeMirror
           ref={(c) => { this.cm = c }}
-          detach
           className={additionalClasses}
           placeholder="search"
           editorDidMount={(editor) => {