feat: add lastSelectedSummaries property to store selected memory indices
This commit is contained in:
@@ -1113,6 +1113,7 @@
|
||||
onclick={() => {
|
||||
DBState.db.characters[$selectedCharID].chats[DBState.db.characters[$selectedCharID].chatPage].hypaV3Data ??= {
|
||||
summaries: [],
|
||||
lastSelectedSummaries: [],
|
||||
}
|
||||
showHypaV3Alert()
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user