From e4037bd86519e13dd6cfd04978d9e2382fe0979b Mon Sep 17 00:00:00 2001 From: Yanyan-Wang Date: Mon, 6 Jul 2020 11:17:07 +0800 Subject: [PATCH] chore: re-run online ci --- gatsby-browser.js | 4 ++-- stories/Interaction/component/drag-canvas.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 (
- + {/* */}