Explorar el Código

turn off the responsive option

Yuki Takei hace 3 años
padre
commit
75e764505c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.