瀏覽代碼

always include export option

Yana Rose 4 年之前
父節點
當前提交
7282a5fbae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/viewer/index.html

+ 1 - 1
src/viewer/index.html

@@ -57,7 +57,7 @@
             // create an instance of the plugin
             var viewer = new rcsbMolstar.Viewer('viewer', {
                 showImportControls: !pdbId,
-                showExportControls: !pdbId,
+                showExportControls: true,
                 showSessionControls: !pdbId,
                 layoutShowLog: !pdbId,
                 layoutShowControls: !isEmbedded,