We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bc663 commit 16ea294Copy full SHA for 16ea294
2 files changed
content/animated-layouts/_index.md
@@ -53,8 +53,8 @@ const canvas = new CanvasBuilder(element)
53
console.log("Layout is about to be applied");
54
},
55
onAfterApplied: () => {
56
+ console.log("Layout has been applied");
57
- console.log("Layout has been applied");
58
59
})
60
.build();
content/layouts/_index.md
@@ -49,8 +49,8 @@ const canvas = new CanvasBuilder(element)
49
50
51
52
0 commit comments