1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-11 19:37:19 +02:00

fix layout after filtering

This commit is contained in:
Kyle Spearrin 2017-06-05 11:19:01 -04:00
parent b5521425ae
commit f07f58733c

View File

@ -284,6 +284,9 @@
$scope.filterFolder = function (folder) {
$scope.folderIdFilter = folder.id;
$timeout(function () {
$.AdminLTE.layout.fix();
}, 0);
};
$scope.clearFilters = function () {