Skip to content

Commit 2f45cf7

Browse files
authored
Fix invalid popup widget ids (#3354)
1 parent 72a291d commit 2f45cf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/src/messages/layout/utility_types/layout_widget.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ impl WidgetHolder {
523523
a.diff(b.clone(), &mut new_widget_path, widget_diffs);
524524
new_widget_path.pop();
525525
}
526-
self.widget = new.widget;
527526
return;
528527
}
529528
}

0 commit comments

Comments
 (0)