Skip to content

Commit

Permalink
fix: Juggl codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
HEmile committed Jan 16, 2022
1 parent afb0df6 commit 9ff3c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Codeblocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import {
import type { CodeblockFields, ParsedCodeblock } from "./interfaces";
import type BCPlugin from "./main";
import { dropFolder, getFields, splitAndTrim } from "./sharedFunctions";
import {createJuggl} from "./Visualisations/Juggl";

export function getCodeblockCB(plugin: BCPlugin) {
const { settings } = plugin;
Expand Down
2 changes: 1 addition & 1 deletion src/Visualisations/Juggl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class BCStore extends Component implements ICoreDataStore {
}
}

function createJuggl(
export function createJuggl(
plugin: BCPlugin,
target: HTMLElement,
initialNodes: string[],
Expand Down

0 comments on commit 9ff3c53

Please sign in to comment.