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 25, 2024
1 parent 4f48328 commit ccee3cd
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 ccee3cd

Please sign in to comment.