Skip to content

Commit 59a2837

Browse files
committed
Import cyleaflet_clientside side effects
1 parent bf65d81 commit 59a2837

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

dash_cytoscape/dash_cytoscape.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape_extra.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_cytoscape.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_cytoscape_extra.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_cytoscape.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_cytoscape_extra.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/Cytoscape.react.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const cytoscape = require('cytoscape');
1717
const contextMenus = require('cytoscape-context-menus');
1818

1919
// Clientside callback functions for CyLeaflet AIO component
20-
// eslint-disable-next-line no-unused-vars
21-
import * as cyleaflet_clientside from '../cyleaflet_clientside.js';
20+
import '../cyleaflet_clientside.js';
2221

2322
// register extension
2423
contextMenus(cytoscape);

0 commit comments

Comments
 (0)