Fix cards slightly overlapping sometimes on home screen load
This commit is contained in:
parent
1425e8de56
commit
ea2035bf4d
@ -115,6 +115,10 @@ function loadNotesToCards(notes, oldnotes, callback) {
|
||||
}
|
||||
});
|
||||
setTrayMenu(trayitems);
|
||||
// Make sure gutters and stuff work
|
||||
setTimeout(function () {
|
||||
window.shuffleInstance.layout();
|
||||
}, 500);
|
||||
if (typeof callback == 'function') {
|
||||
callback();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user