Skip to content

Commit 99fc787

Browse files
DenisaCGhbcarlos
andcommitted
Update src/layout.ts
Co-authored-by: Carlos Herrero <carlosherrerocontact@gmail.com>
1 parent 27dac97 commit 99fc787

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/layout.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,6 @@ export class BlocklyLayout extends PanelLayout {
124124
}
125125

126126
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-
135127
//Resize logic.
136128
const rect = this.parent.node.getBoundingClientRect();
137129
const { height } = this._outputArea.node.getBoundingClientRect();

0 commit comments

Comments
 (0)