gramene-search 1.2.94 → 1.2.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.parcel-cache/2126881b633272fa.txt +2 -2
- package/.parcel-cache/425346ba6a54d932 +0 -0
- package/.parcel-cache/878e3ffbad677982 +0 -0
- package/.parcel-cache/a6c49560dea3583b +0 -0
- package/.parcel-cache/cdecf11601322051 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/geneSearchUI.js +1 -1
- /package/.parcel-cache/{34cd372d03cfca2a → 12405529fe357511} +0 -0
- /package/.parcel-cache/{11d1ed8b6259bb81 → 29d58b35bd7aa1c7} +0 -0
- /package/.parcel-cache/{b506b571fb8c5cd8 → 2f7b3387270dea55} +0 -0
- /package/.parcel-cache/{b352b4d02fce877b → 67292f91fdd96dc9} +0 -0
- /package/.parcel-cache/{31cffa0c08330755 → f0a34b1522e2f542} +0 -0
package/package.json
CHANGED
|
@@ -193,7 +193,7 @@ const ResultsCmp = props => {
|
|
|
193
193
|
const divRef = useRef(null);
|
|
194
194
|
useEffect(() => {
|
|
195
195
|
if (v.shouldScroll) {
|
|
196
|
-
const navBarHeight=
|
|
196
|
+
const navBarHeight=0;
|
|
197
197
|
const scrollPosition = divRef.current.offsetTop - navBarHeight;
|
|
198
198
|
window.scrollTo({
|
|
199
199
|
top: scrollPosition,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|