@worksafevictoria/wcl7.5 1.1.0-beta.115 → 1.1.0-beta.116

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.115",
3
+ "version": "1.1.0-beta.116",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -261,11 +261,10 @@ export default {
261
261
  if (this.searchOrg.length || this.searchSub.length || this.searchCourse.length || this.searchThemes.length) {
262
262
  // don't set focus
263
263
  } else {
264
+ // set focus to top element - used instead of scrollTo
264
265
  linksArr[0].focus()
265
- }
266
-
266
+ }
267
267
  }
268
-
269
268
  },
270
269
  }
271
270
  }