mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Fix canvas ready opacity transition on new canvas (#12264)
This commit is contained in:
@@ -758,6 +758,7 @@ provide(CanvasKey, {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
transition: opacity 300ms ease;
|
||||||
|
|
||||||
&.ready {
|
&.ready {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user