Skip to content

Commit

Permalink
[GEXF] use the browser version of graphology-gexf
Browse files Browse the repository at this point in the history
This will avoid shimming xmldom since the XML APIs
already exist in the browser
  • Loading branch information
Yomguithereal committed Dec 4, 2024
1 parent 62cb20f commit 80ef917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/graph/import/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Graph from "graphology";
import gexf from "graphology-gexf";
import gexf from "graphology-gexf/browser";
import graphml from "graphology-graphml/browser";

import { resetStates } from "../../context/dataContexts";
Expand Down

0 comments on commit 80ef917

Please sign in to comment.