fixed adding new entries on mobile

This commit is contained in:
antelle 2019-10-26 19:53:20 +02:00
parent 1f0503907e
commit e1f242d973
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class ListView extends View {
this.items.unshift(newEntry);
this.render();
this.selectItem(newEntry);
Events.emit('toggle-details', true);
}
createGroup() {