Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 3213fb0 commit 8c79c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/jupytercad_lab/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
tracker.currentChanged.connect(() => {
const context = docManager.contextForWidget(tracker.currentWidget!);
console.log('is writable ???', context?.contentsModel?.writable);
})
});

addCommands(
app,
Expand Down

0 comments on commit 8c79c93

Please sign in to comment.