Skip to content

Commit

Permalink
Merge pull request #708 from pllim/always-create-new
Browse files Browse the repository at this point in the history
Always jump to create new subset
  • Loading branch information
rosteen authored Jul 6, 2021
2 parents 31181b1 + bf786a1 commit 409587a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jdaviz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def __init__(self, configuration=None, *args, **kwargs):

# The application handler stores the state of the data and the
# underlying glue infrastructure
self._application_handler = JupyterApplication()
self._application_handler = JupyterApplication(
settings={'new_subset_on_selection_tool_change': True})

# Create a dictionary for holding non-ipywidget viewer objects so we
# can reference their state easily since glue does not store viewers
Expand Down

0 comments on commit 409587a

Please # to comment.