Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit be8cedd

Browse files
author
Aaron Imming
committed
Trigger coveralls
1 parent 24acc9e commit be8cedd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scratch/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const scratchWorkspaceInit = async (scratch_area_name, scratch_div_name)
6767

6868
// Resize workspace on workspace event, workaround for jumping workspace.
6969
workspace.addChangeListener(() => Blockly.svgResize(workspace));
70-
7170
window.addEventListener('resize', onWorkspaceResize);
7271
onWorkspaceResize();
7372
} catch (error) {

0 commit comments

Comments
 (0)