Skip to content
代码片段 群组 项目
提交 4d5945cf 编辑于 作者: Denys Mishunov's avatar Denys Mishunov
浏览文件

Clean up 'fly-out-list' CSS class

上级 700086b4
No related branches found
No related tags found
无相关合并请求
...@@ -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);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册