mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Bug Fix
This commit is contained in:
@@ -3868,7 +3868,9 @@ function dragend(e) {
|
||||
const id = drag_id;
|
||||
const draggable = document.getElementById(id);
|
||||
// display the draggable element
|
||||
draggable.classList.remove('hidden');
|
||||
if (draggable) {
|
||||
draggable.classList.remove('hidden');
|
||||
}
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user