WIP per-tab hoisting

This commit is contained in:
zadam
2020-11-23 23:11:21 +01:00
parent 52b8162d01
commit ac636b6649
5 changed files with 11 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ class TabContext extends Component {
return;
}
if (await hoistedNoteService.checkNoteAccess(resolvedNotePath) === false) {
if (await hoistedNoteService.checkNoteAccess(resolvedNotePath, this) === false) {
return; // note is outside of hoisted subtree and user chose not to unhoist
}