Browse Source

turn off the responsive option

Yuki Takei 3 years ago
parent
commit
75e764505c
1 changed files with 1 additions and 1 deletions
  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.
     // Set responsive option.
     // refs: https://github.com/jgraph/drawio/blob/v13.9.1/src/main/webapp/js/diagramly/GraphViewer.js#L89-L95
     // 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.
     // Set z-index ($zindex-dropdown + 200) for lightbox.
     // 'lightbox' is like a modal dialog that appears when click on a drawio diagram.
     // 'lightbox' is like a modal dialog that appears when click on a drawio diagram.