chg: [event:timeline] Fit timeline after initial load

pull/8039/head
Sami Mokaddem 2021-12-17 11:34:51 +01:00
parent f132a6b497
commit 934f94ee90
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -510,6 +510,7 @@ function reload_timeline() {
eventTimeline.setGroups(null);
}
items_timeline.add(data.items);
eventTimeline.fit()
},
error: function( jqXhr, textStatus, errorThrown ){
console.log( errorThrown );