예제 #1
0
filterModel.on('reset', () => EntryView.expandRootEntries())
예제 #2
0
toolbarView.on('expandAll', () => {
  EntryView.expandRootEntries()
  scrollToTop()
})