Skip to content

Commit

Permalink
chore: re-run online ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang committed Jul 6, 2020
1 parent 2916872 commit e4037bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -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');
2 changes: 1 addition & 1 deletion stories/Interaction/component/drag-canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const DragCanvas = () => {
});
return (
<div>
<input value='123123123' />
{/* <input value='123123123' /> */}
<div ref={container}>

</div>
Expand Down

0 comments on commit e4037bd

Please sign in to comment.