Commit 4d5945cf authored by Denys Mishunov's avatar Denys Mishunov

Clean up 'fly-out-list' CSS class

parent 700086b4
...@@ -79,6 +79,7 @@ export const hideMenu = (el) => { ...@@ -79,6 +79,7 @@ export const hideMenu = (el) => {
el.style.display = ''; el.style.display = '';
el.style.transform = ''; el.style.transform = '';
el.classList.remove(IS_ABOVE_CLASS); el.classList.remove(IS_ABOVE_CLASS);
el.classList.remove('fly-out-list');
parentEl.classList.remove(IS_OVER_CLASS); parentEl.classList.remove(IS_OVER_CLASS);
parentEl.classList.remove(IS_SHOWING_FLY_OUT_CLASS); parentEl.classList.remove(IS_SHOWING_FLY_OUT_CLASS);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment