@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.
@@ -20592,7 +20592,7 @@ let ze = class extends be {
20592
20592
  keywordClick(s) {
20593
20593
  const o = s.target;
20594
20594
  if (o.classList.contains("keyword-highlight")) {
20595
- const t = o.innerText, n = o.getAttribute("data-location"), r = { x: s.clientX, y: s.clientY };
20595
+ const t = o.innerText.trim(), n = o.getAttribute("data-location"), r = { x: s.clientX, y: s.clientY };
20596
20596
  return {
20597
20597
  keyword: t,
20598
20598
  location: n,