Skip to content

Commit

Permalink
Add internetAccounts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 5, 2023
1 parent da90b73 commit 17510a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/JBrowseR.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions srcjs/components/JsonView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function View({
defaultSession,
theme,
text_index,
internetAccounts,
plugins: pluginInput = [],
} = JSON.parse(config)
const plugins = await loadPlugins(pluginInput)
Expand All @@ -39,6 +40,7 @@ export default function View({
onChange: messageShiny,
configuration: { theme },
aggregateTextSearchAdapters: [text_index],
internetAccounts,
plugins: plugins.map(p => p.plugin),
})
setViewState(state)
Expand Down

0 comments on commit 17510a7

Please sign in to comment.