mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 17:23:17 +02:00
Update preview bounds when move/zoom or rotate
This commit is contained in:
@ -124,7 +124,7 @@ function rotateShape(radians) {
|
||||
|
||||
function updateView() {
|
||||
setSketchModified(true);
|
||||
redrawDoodle();
|
||||
redrawDoodle(true);
|
||||
adjustPreviewTransformation();
|
||||
renderToImageDataPreview();
|
||||
|
||||
|
Reference in New Issue
Block a user