refactored TabContext => NoteContext

This commit is contained in:
zadam
2021-05-22 17:58:46 +02:00
parent 98dfc77195
commit 5b220adc31
7 changed files with 50 additions and 72 deletions

View File

@@ -285,7 +285,7 @@ export default class TabManager extends Component {
this.activeNtxId = ntxId;
if (triggerEvent) {
this.triggerEvent('activeTabChanged', {
this.triggerEvent('activeContextChanged', {
noteContext: this.getNoteContextById(ntxId)
});
}