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:
@@ -23,7 +23,7 @@ dependencies:
|
|||||||
- flask-cloudflared
|
- flask-cloudflared
|
||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers>=4.20.1
|
- transformers==4.21.3
|
||||||
- accelerate
|
- accelerate
|
||||||
- flask-session
|
- flask-session
|
||||||
- python-socketio[client]
|
- python-socketio[client]
|
@@ -2146,6 +2146,7 @@ function select_game_text(event) {
|
|||||||
for (item of document.getElementsByClassName("editing")) {
|
for (item of document.getElementsByClassName("editing")) {
|
||||||
item.classList.remove("editing");
|
item.classList.remove("editing");
|
||||||
}
|
}
|
||||||
|
window.getSelection().removeAllRanges()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user