@pocketprep/ui-kit 3.4.89 → 3.4.90

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.
@@ -997,7 +997,7 @@ export default class Question extends Vue {
997
997
  keywordClick (event: MouseEvent) {
998
998
  const target = event.target as HTMLElement
999
999
  if (target.classList.contains('keyword-highlight')) {
1000
- const keyword = target.innerText
1000
+ const keyword = target.innerText.trim()
1001
1001
  const location = target.getAttribute('data-location')
1002
1002
  const clickLocation = { x: event.clientX, y: event.clientY }
1003
1003
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.89",
3
+ "version": "3.4.90",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {