parser status indication

This commit is contained in:
zadam
2020-06-20 09:39:44 +02:00
parent 7b0aa7ab0b
commit ffc96ad6b2
7 changed files with 65 additions and 49 deletions

View File

@@ -83,7 +83,8 @@ async function importToBranch(req) {
// import has deactivated note events so note cache is not updated
// instead we force it to reload (can be async)
noteCacheService.load();
// FIXME
//noteCacheService.load();
return note;
}