mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
Fix mirror modeling issue
This commit is contained in:
parent
78cfc8e1de
commit
9e4f3ff374
@ -20,7 +20,7 @@ const MirrorModeling = {
|
||||
let mirror_element = MirrorModeling.cached_elements[original.uuid]?.counterpart;
|
||||
let element_before_snapshot;
|
||||
|
||||
if (mirror_element) {
|
||||
if (mirror_element && mirror_element !== original) {
|
||||
element_before_snapshot = mirror_element.getUndoCopy(undo_aspects);
|
||||
mirror_element.extend(original);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user