diff --git a/public/index.html b/public/index.html index 57a39362..a60965b4 100644 --- a/public/index.html +++ b/public/index.html @@ -74,6 +74,6 @@ You need to enable JavaScript to run this app. -
+
diff --git a/src/stores/Tabs/store.js b/src/stores/Tabs/store.js index 8a7022a9..e7f7b5f6 100644 --- a/src/stores/Tabs/store.js +++ b/src/stores/Tabs/store.js @@ -385,6 +385,8 @@ export const TabStore = types pushState: tabID === undefined, }); + yield self.saveView(self.selected); + if (taskID || labeling) { getRoot(self).startLabeling( taskID