Skip to content

Commit

Permalink
TMP: disable context manager restricting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 9, 2024
1 parent 4dfcc6e commit 322d024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def _update_stretch_hist_sync(self, msg={}):

@observe('is_active', 'layer_selected', 'viewer_selected',
'stretch_hist_zoom_limits')
@skip_if_no_updates_since_last_active()
# @skip_if_no_updates_since_last_active()
@with_spinner('stretch_hist_spinner')
def _update_stretch_histogram(self, msg={}):
if not hasattr(self, 'viewer'): # pragma: no cover
Expand Down

0 comments on commit 322d024

Please sign in to comment.