Skip to content

Commit

Permalink
unlink prefab undo has recorded in scene process
Browse files Browse the repository at this point in the history
  • Loading branch information
arsen2010 committed Jun 25, 2023
1 parent 82e77c0 commit 511fe88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/inspector/contributions/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ const Elements = {
for (const dump of panel.dumps) {
const prefab = dump.__prefab__;
switch (role) {
case 'unlink':
case 'reset': {
recordings.push(prefab.rootUuid);
}
Expand Down

0 comments on commit 511fe88

Please sign in to comment.