We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f83c9 commit b3e968bCopy full SHA for b3e968b
src/layout.ts
@@ -116,7 +116,6 @@ export class BlocklyLayout extends PanelLayout {
116
*/
117
protected onAfterAttach(msg: Message): void {
118
//inject Blockly with appropiate JupyterLab theme.
119
- var jupyterlab_theme = define_jupyter_theme();
120
this._workspace = Blockly.inject(this._host, {
121
toolbox: this._manager.toolbox,
122
theme : jupyterlab_theme
0 commit comments