@jbrowse/plugin-variants 1.7.8 → 1.7.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-variants",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "JBrowse 2 variant adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "b429fa2bb5734fc8a5380988f6dfdd3f7a41a39f"
60
+ "gitHead": "a6504c385d703ce6e755d05652ef659ffe28c864"
61
61
  }
@@ -143,7 +143,7 @@ function BreakendPanel(props: {
143
143
  <li key={`${JSON.stringify(locString)}`}>
144
144
  <Link
145
145
  href="#"
146
- onClick={(event: any) => {
146
+ onClick={event => {
147
147
  event.preventDefault()
148
148
  const { view } = model
149
149
  try {
@@ -175,7 +175,7 @@ function BreakendPanel(props: {
175
175
  <li key={`${JSON.stringify(locString)}`}>
176
176
  <Link
177
177
  href="#"
178
- onClick={(event: any) => {
178
+ onClick={event => {
179
179
  event.preventDefault()
180
180
  setBreakpointDialog(true)
181
181
  }}