Skip to content

Commit 5602983

Browse files
committed
[bug] fix menu z index on close
1 parent e16abba commit 5602983

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/js/menu.js‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ var menu = (function(){
9191
render.tabindex.toggle();
9292
shade.open({
9393
action: function(){
94-
mod.close();
95-
render.close();
96-
pagelock.unlock();
94+
close();
9795
}
9896
});
9997
pagelock.lock();

0 commit comments

Comments
(0)