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

Commit 6bec5e2

Browse files
author
Aaron Imming
committed
Eslint fixes
1 parent 51f5b79 commit 6bec5e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/assets/sass/scratch/_flyout.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
fill: #fff !important;
88
fill-opacity: 0.95 !important;
99
}
10-

src/scratch/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const scratchWorkspaceInit = async (scratch_area_name, scratch_div_name)
6363
el_scratch_div.style.height = `${scratch_area.offsetHeight}px`;
6464

6565
Blockly.svgResize(workspace);
66+
// eslint-disable-next-line no-underscore-dangle
6667
workspace.toolbox_.flyout_.position();
6768
};
6869

0 commit comments

Comments
 (0)