mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
fix(editor): Fix canvas ready opacity transition on new canvas (#12264)
This commit is contained in:
parent
ad39243982
commit
5d33a6ba8a
|
|
@ -758,6 +758,7 @@ provide(CanvasKey, {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
transition: opacity 300ms ease;
|
||||
|
||||
&.ready {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user