Просмотр исходного кода

turn off the responsive option

Yuki Takei 3 лет назад
Родитель
Сommit
75e764505c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Script/DrawioViewerScript.tsx

+ 1 - 1
packages/app/src/components/Script/DrawioViewerScript.tsx

@@ -17,7 +17,7 @@ export const DrawioViewerScript = (): JSX.Element => {
 
     // Set responsive option.
     // refs: https://github.com/jgraph/drawio/blob/v13.9.1/src/main/webapp/js/diagramly/GraphViewer.js#L89-L95
-    GraphViewer.prototype.responsive = true;
+    // GraphViewer.prototype.responsive = true;
 
     // Set z-index ($zindex-dropdown + 200) for lightbox.
     // 'lightbox' is like a modal dialog that appears when click on a drawio diagram.