mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
one-some's context menu fix
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
|
||||
@@ -4445,4 +4445,4 @@ document.addEventListener("keydown", function(event) {
|
||||
event.preventDefault();
|
||||
break;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user