Skip to content

Commit

Permalink
#5115 - Switching from Sequence mode to Flex mode and back shifts vis…
Browse files Browse the repository at this point in the history
…ible area of canvas beyond visible frame.
  • Loading branch information
Guch1g0v committed Dec 21, 2024
1 parent f8e15b9 commit 27d7608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class FlexMode extends BaseMode {
command.merge(editor.drawingEntitiesManager.recalculateCanvasMatrix());

editor.renderersContainer.update(modelChanges);

editor.scrollToTopLeftCorner();
return command;
}

Expand Down

0 comments on commit 27d7608

Please sign in to comment.