mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-29 04:00:46 +00:00
Logic for closing active tabs
This commit is contained in:
parent
5a9897dbfa
commit
fbabf96463
9 changed files with 127 additions and 30 deletions
|
|
@ -170,7 +170,7 @@ public class ConversationsState implements PersistentStateComponent<Conversation
|
|||
.values()
|
||||
.stream()
|
||||
.flatMap(Collection::stream)
|
||||
.filter(it -> conversationId.equals(it.getId()))
|
||||
.filter(item -> item.getId().equals(conversationId))
|
||||
.findFirst();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue