Skip to content

Commit

Permalink
EZP-30223: Fix updating Content Tree container height (ezsystems#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored and konradoboza committed May 29, 2019
1 parent fb3df92 commit d80f4e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
const toggleContentTreePanel = () => {
contentTreeContainer.classList.toggle(CLASS_CONTENT_TREE_EXPANDED);
btn.classList.toggle(CLASS_BTN_CONTENT_TREE_EXPANDED);
updateContentTreeWrapperHeight();

localStorage.setItem(KEY_CONTENT_TREE_EXPANDED, contentTreeContainer.classList.contains(CLASS_CONTENT_TREE_EXPANDED));
};
Expand Down

0 comments on commit d80f4e6

Please sign in to comment.