@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user