Model welcome text positioning fix

Fix for options showing up when scrolling
This commit is contained in:
ebolam
2022-11-04 11:31:28 -04:00
parent 186b932f1e
commit 11ca7d421a
4 changed files with 9 additions and 3 deletions

View File

@@ -9464,7 +9464,7 @@ def UI_2_get_next_100_actions(data):
emit("var_changed", {"classname": "story", "name": "actions", "old_value": None, "value":data_to_send})
#==================================================================#
# Get next 100 actions for infinate scroll
# Get context tokens
#==================================================================#
@socketio.on("update_tokens")
@logger.catch