Skip to content

Commit

Permalink
Enable more actions in vega-embed menu (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis authored Jun 27, 2024
1 parent 874a5d1 commit 71934fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vega_lite/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function init(ctx, data) {
let theme = config.theme === "livebook" ? livebookTheme : {};

const options = {
actions: { export: true, source: false, compiled: false, editor: false },
actions: { export: true, source: true, compiled: false, editor: true },
config: theme,
};

Expand Down

0 comments on commit 71934fd

Please sign in to comment.