Stop the tab automatically changing to data when data is updated

Since the latest update when I run a line of code from the editor tab using CTRL+Enter that changes the value of a variable it automatically switches the tab to an open View() of said variable if one exists.

For example running:

res = cor(correlationsToTest)

Will change the tab from the editor to the "View()" of that tab if it is already open (but not active). It will not automatically switch if the tab is not open.

This was not the case in the previous version - anyone know where I can find a way to change it back?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.