diff --git a/gatsby-browser.js b/gatsby-browser.js index d1b4d76a74c..98906e728fe 100644 --- a/gatsby-browser.js +++ b/gatsby-browser.js @@ -1,3 +1,3 @@ -window.g6 = require('./src/index.ts'); // import the source for debugging -// window.g6 = require('./dist/g6.min.js'); // import the package for webworker +// window.g6 = require('./src/index.ts'); // import the source for debugging +window.g6 = require('./dist/g6.min.js'); // import the package for webworker window.insertCss = require('insert-css'); diff --git a/stories/Interaction/component/drag-canvas.tsx b/stories/Interaction/component/drag-canvas.tsx index b2863cf51c5..be779bc9a31 100644 --- a/stories/Interaction/component/drag-canvas.tsx +++ b/stories/Interaction/component/drag-canvas.tsx @@ -81,7 +81,7 @@ const DragCanvas = () => { }); return (
- + {/* */}