aboutsummaryrefslogtreecommitdiff
path: root/src/components/SearchBar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SearchBar.vue')
-rw-r--r--src/components/SearchBar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue
index 22842a4..a93f46a 100644
--- a/src/components/SearchBar.vue
+++ b/src/components/SearchBar.vue
@@ -61,6 +61,7 @@ function renderOption({ tool }: { tool: Tool }) {
:render-label="renderOption"
:default-value="'aa'"
:get-show="() => true"
+ :on-focus="() => $tracker.trackEvent({ eventName: 'Search-bar focused' })"
>
<template #default="{ handleInput, handleBlur, handleFocus, value: slotValue }">
<n-input