reduce unnecessary tab activation events

This commit is contained in:
zadam
2020-01-25 10:25:06 +01:00
parent 3254b551d8
commit 52a907651e
4 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,6 @@ class TabContext extends Component {
}
if (notePath === this.notePath) {
console.log(`Setting existing notePath ${notePath} so ignoring ...`);
return;
}