Pārlūkot izejas kodu

fix #7897 保证用户粘贴时粘贴板为图片才会自动展开进行图片上床逻辑

Roxas 5 gadus atpakaļ
vecāks
revīzija
34189cef9c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/components/Editor/index.js

+ 1
- 0
src/components/Editor/index.js Parādīt failu

180
           break;
180
           break;
181
         }
181
         }
182
       }
182
       }
183
+      if (file === null) return;
183
     }
184
     }
184
     this.setState({
185
     this.setState({
185
       uploadVisible: true
186
       uploadVisible: true