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 27dac97 commit 99fc787Copy full SHA for 99fc787
src/layout.ts
@@ -124,14 +124,6 @@ export class BlocklyLayout extends PanelLayout {
124
}
125
126
private _resizeWorkspace(): void {
127
- //Set theme for Blockly in accordance to JupyterLab theme.
128
- var jupyterlab_theme = define_jupyter_theme();
129
- if(this._workspace)
130
- {
131
- this._workspace.setTheme(jupyterlab_theme);
132
- this._workspace.refreshTheme();
133
- }
134
-
135
//Resize logic.
136
const rect = this.parent.node.getBoundingClientRect();
137
const { height } = this._outputArea.node.getBoundingClientRect();
0 commit comments