Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed May 30, 2024
1 parent 0c88f57 commit bd11ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holonote/annotate/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ def _infer_kdim_dtypes(cls, element):
def clear_indicated_region(self):
"Clear any region currently indicated on the plot by the editor"
self._edit_streams[0].event(bounds=None)
# self._edit_streams[1].event(x=None, y=None)
# self._edit_streams[2].event(geometry=None)
self._edit_streams[1].event(x=None, y=None)
self._edit_streams[2].event(geometry=None)
self.annotator.clear_regions()

def _make_empty_element(self) -> hv.Curve | hv.Image:
Expand Down

0 comments on commit bd11ee0

Please sign in to comment.