Skip to content

Commit

Permalink
fix(editor): Fix canvas ready opacity transition on new canvas (#12264)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav authored Dec 17, 2024
1 parent ad39243 commit 5d33a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/canvas/Canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ provide(CanvasKey, {
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 300ms ease;
&.ready {
opacity: 1;
Expand Down

0 comments on commit 5d33a6b

Please sign in to comment.