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:
parent
b5521425ae
commit
f07f58733c
@ -284,6 +284,9 @@
|
||||
|
||||
$scope.filterFolder = function (folder) {
|
||||
$scope.folderIdFilter = folder.id;
|
||||
$timeout(function () {
|
||||
$.AdminLTE.layout.fix();
|
||||
}, 0);
|
||||
};
|
||||
|
||||
$scope.clearFilters = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user