2 커밋 6ce7639e57 ... 2aee990cf0

작성자 SHA1 메시지 날짜
  liutian 2aee990cf0 add: UI 新增 closeDocument API 2 달 전
  liutian 6ce7639e57 add: UI 新增 closeDocument API 2 달 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/webview/src/components/DocumentContainer/DocumentContainer.vue

+ 1 - 1
packages/webview/src/components/DocumentContainer/DocumentContainer.vue

@@ -174,7 +174,7 @@ window.instance.initOptions = async (options) => {
   // const res = await initConfig({
   //   license: 'NjY0ZGE0N2ZhYTBiZQ=='
   // })
-  if (showUploadButton in options) {
+  if ('showUploadButton' in options) {
     useViewer.setShowUploadButton(options.showUploadButton)
   }
   const webviewerMode = !!(options && options.webviewerServer) ? options.webviewerServer : 'Standalone'