Skip to content

Commit

Permalink
Set continuous update to False for search widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
carschno committed Dec 19, 2024
1 parent c67eee9 commit d14a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempo_embeddings/visualization/jscatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def _search_filter(self) -> widgets.HBox:
search = widgets.Text(
description="Search:",
placeholder="Enter search term",
continuous_update=True,
continuous_update=False,
)
field_selector = widgets.Dropdown(
options=sorted(
Expand Down

0 comments on commit d14a029

Please sign in to comment.