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

@@ -224,7 +224,7 @@ export default class Entrypoints extends Component {
this.hideAllTooltips();
}
activeTabChangedEvent() {
activeContextChangedEvent() {
this.hideAllTooltips();
}
}