зеркало из https://github.com/nextcloud/news.git
hot fix masonry by using 100ms timeout
This commit is contained in:
Родитель
c8722f83b6
Коммит
2ef57a7060
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -17,7 +17,7 @@ app.directive('newsRefreshMasonry', function ($timeout) {
|
|||
gutter: 25,
|
||||
columnWidth: 300
|
||||
});
|
||||
});
|
||||
}, 100);
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -26,4 +26,4 @@ app.directive('newsRefreshMasonry', function ($timeout) {
|
|||
refresh(elem);
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче