Fix context menu appearing before it should

Go away! >:(
This commit is contained in:
somebody
2022-09-22 21:13:23 -05:00
parent 6012d73b12
commit 4c2a7ead01

View File

@@ -4370,7 +4370,7 @@ $(document).ready(function(){
});
// Context menu
const contextMenu = $e("div", document.body, {id: "context-menu"});
const contextMenu = $e("div", document.body, {id: "context-menu", classes: ["hidden"]});
for (const action of context_menu_actions) {
// Null adds horizontal rule