Skip to content

Commit 16ea294

Browse files
author
Dmitry Marov
committed
wip
1 parent 15bc663 commit 16ea294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/animated-layouts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const canvas = new CanvasBuilder(element)
5353
console.log("Layout is about to be applied");
5454
},
5555
onAfterApplied: () => {
56+
console.log("Layout has been applied");
5657
},
57-
console.log("Layout has been applied");
5858
},
5959
})
6060
.build();

content/layouts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const canvas = new CanvasBuilder(element)
4949
console.log("Layout is about to be applied");
5050
},
5151
onAfterApplied: () => {
52+
console.log("Layout has been applied");
5253
},
53-
console.log("Layout has been applied");
5454
},
5555
})
5656
.build();

0 commit comments

Comments
 (0)