Commit 5d6e0a5 1 parent c35a1b5 commit 5d6e0a5 Copy full SHA for 5d6e0a5
File tree 2 files changed +4
-6
lines changed
linear-genome-view/src/BaseLinearDisplay/components
svg/src/SvgFeatureRenderer/components
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ const RenderedBlocks = observer(function ({
87
87
)
88
88
} )
89
89
90
- export { RenderedBlocks }
91
-
92
90
const LinearBlocks = observer ( function ( {
93
91
model,
94
92
} : {
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ const FeatureLabel = observer(function ({
61
61
const [ labelVisible , setLabelVisible ] = useState ( exportSVG )
62
62
const theme = useTheme ( )
63
63
64
- // we use an effect to set the label visible because there can be a
65
- // mismatch between the server and the client after hydration due to the
66
- // floating labels. if we are exporting an SVG we allow it as is though and
67
- // do not use the effect
64
+ // we use an effect to set the label visible because there can be a mismatch
65
+ // between the server and the client after hydration due to the floating
66
+ // labels. if we are exporting an SVG we allow it as is though and do not use
67
+ // the effect
68
68
useEffect ( ( ) => {
69
69
setLabelVisible ( true )
70
70
} , [ ] )
You can’t perform that action at this time.
0 commit comments