Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Oct 22, 2024
1 parent 979ea73 commit 4a78661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fiftyone/operators/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ def on_startup(self, ctx):
methods = ["on_load", "on_unload", "on_change"]
ctx_change_events = [
"on_change_ctx",
"on_change_view",
"on_change_dataset",
"on_change_view",
"on_change_spaces",
"on_change_current_sample",
"on_change_selected",
"on_change_selected_labels",
"on_change_extended_selection",
"on_change_group_slice",
"on_change_spaces",
]
for method in methods + ctx_change_events:
if hasattr(self, method) and callable(getattr(self, method)):
Expand Down

0 comments on commit 4a78661

Please sign in to comment.