mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-22 13:19:52 +01:00
Prevent editing the "Welcome to KoboldAI!" message
This commit is contained in:
parent
a327eed2c3
commit
09d540b580
@ -1088,6 +1088,8 @@ $(document).ready(function(){
|
||||
changemode();
|
||||
}
|
||||
unbindGametext();
|
||||
allowedit = gamestarted && $("#allowediting").prop('checked');
|
||||
game_text.attr('contenteditable', allowedit);
|
||||
modified_chunks = new Set();
|
||||
empty_chunks = new Set();
|
||||
game_text.html(msg.data);
|
||||
|
Loading…
Reference in New Issue
Block a user