mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
transition: opacity 300ms ease;
|
||||
|
||||
&.ready {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user