INL / corpus-frontend

BlackLab Frontend, a feature-rich corpus search interface for BlackLab.
16 stars 7 forks source link

Fix initialization order breaking registerFilter in customjs #524

Open KCMertens opened 3 months ago

KCMertens commented 3 months ago

If you want to use the insertBefore property, the other filters need to be registered. But that happens only after the corpus data has loaded. In the previous frontend there was a callback you could register, but they were removed.