Skip to content

Add horizontal scrolling with caret buttons for gene card list #1478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"presets": [
"env",
"react"
["@babel/preset-env", {
"targets": {
"browsers": ["last 3 versions", "ie >= 11"]
}
}],
"@babel/preset-react"
],
"plugins": [
"transform-async-to-generator"
],
"ignore": "node_modules/**/*"
"@babel/plugin-transform-async-generator-functions"
]
}
28 changes: 28 additions & 0 deletions bash.exe.stackdump
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Stack trace:
Frame Function Args
0007FFFFB750 00021005FE8E (000210285F68, 00021026AB6E, 000000000000, 0007FFFFA650) msys-2.0.dll+0x1FE8E
0007FFFFB750 0002100467F9 (000000000000, 000000000000, 000000000000, 0007FFFFBA28) msys-2.0.dll+0x67F9
0007FFFFB750 000210046832 (000210286019, 0007FFFFB608, 000000000000, 000000000000) msys-2.0.dll+0x6832
0007FFFFB750 000210068CF6 (000000000000, 000000000000, 000000000000, 000000000000) msys-2.0.dll+0x28CF6
0007FFFFB750 000210068E24 (0007FFFFB760, 000000000000, 000000000000, 000000000000) msys-2.0.dll+0x28E24
0007FFFFBA30 00021006A225 (0007FFFFB760, 000000000000, 000000000000, 000000000000) msys-2.0.dll+0x2A225
End of stack trace
Loaded modules:
000100400000 bash.exe
7FFF10F80000 ntdll.dll
7FFF0EDD0000 KERNEL32.DLL
7FFF0E720000 KERNELBASE.dll
7FFF0EF50000 USER32.dll
7FFF0E2B0000 win32u.dll
7FFF103D0000 GDI32.dll
7FFF0EAF0000 gdi32full.dll
7FFF0E200000 msvcp_win.dll
7FFF0E5D0000 ucrtbase.dll
000210040000 msys-2.0.dll
7FFF0F880000 advapi32.dll
7FFF0EEA0000 msvcrt.dll
7FFF10E10000 sechost.dll
7FFF109E0000 RPCRT4.dll
7FFF0D750000 CRYPTBASE.DLL
7FFF0E160000 bcryptPrimitives.dll
7FFF0ED80000 IMM32.DLL
Loading