parent
d4d049d7b9
commit
44941b5dfe
11 changed files with 16 additions and 15 deletions
|
@ -1643,7 +1643,7 @@ impl AgentDiff {
|
|||
continue;
|
||||
};
|
||||
|
||||
for (weak_editor, _) in buffer_editors {
|
||||
for weak_editor in buffer_editors.keys() {
|
||||
let Some(editor) = weak_editor.upgrade() else {
|
||||
continue;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue