[bug] fix menu z index on close

This commit is contained in:
zombieFox 2019-11-21 09:45:59 +00:00
parent e16abba01b
commit 560298322a

View File

@ -91,9 +91,7 @@ var menu = (function() {
render.tabindex.toggle();
shade.open({
action: function() {
mod.close();
render.close();
pagelock.unlock();
close();
}
});
pagelock.lock();