mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Fix #1731
Canceling copy-paste tool moving does not reset texture correctly
This commit is contained in:
parent
5af03eaf4a
commit
a667554251
@ -240,7 +240,10 @@ const UVEditor = {
|
||||
}
|
||||
},
|
||||
hide() {
|
||||
scope.removePastingOverlay()
|
||||
scope.removePastingOverlay();
|
||||
if (Painter.selection.move_mode) {
|
||||
Undo.cancelEdit();
|
||||
}
|
||||
}
|
||||
}
|
||||
overlay.append(Painter.selection.canvas)
|
||||
|
Loading…
Reference in New Issue
Block a user