Fix invalid popup widget ids (#3354)

This commit is contained in:
James Lindsay 2025-11-09 11:07:32 +00:00 committed by GitHub
parent 72a291d808
commit 2f45cf7ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -523,7 +523,6 @@ impl WidgetHolder {
a.diff(b.clone(), &mut new_widget_path, widget_diffs);
new_widget_path.pop();
}
self.widget = new.widget;
return;
}
}