rename loadresults methods/properties for clarity that they don't contain entities, only rows

This commit is contained in:
zadam
2023-06-05 16:12:02 +02:00
parent 57702a07a2
commit e6bf6424e8
36 changed files with 71 additions and 74 deletions

View File

@@ -66,7 +66,7 @@ export default class LauncherContainer extends FlexContainer {
}
entitiesReloadedEvent({loadResults}) {
if (loadResults.getBranches().find(branch => froca.getNoteFromCache(branch.parentNoteId)?.isLaunchBarConfig())) {
if (loadResults.getBranchRows().find(branch => froca.getNoteFromCache(branch.parentNoteId)?.isLaunchBarConfig())) {
// changes in note placement requires reload of all launchers, all other changes are handled by individual
// launchers
this.load();