mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix context menu appearing before it should
Go away! >:(
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user