mirror of
https://github.com/danbulant/presentations
synced 2026-06-11 02:30:46 +00:00
move printf stack to bottom
This commit is contained in:
parent
4244f649ed
commit
e67a2f998a
1 changed files with 16 additions and 1 deletions
|
|
@ -145,5 +145,20 @@ mov esi, 1
|
|||
))
|
||||
);
|
||||
|
||||
yield* beginSlide("Add text");
|
||||
yield* beginSlide("Reorder");
|
||||
|
||||
const spacer = createRef<Layout>();
|
||||
innerLayout().insert(
|
||||
<>
|
||||
<Layout layout height={0} ref={spacer} />
|
||||
</>, 0
|
||||
);
|
||||
|
||||
yield* spacer().grow(1, .3);
|
||||
|
||||
innerLayout().justifyContent("end");
|
||||
|
||||
spacer().remove();
|
||||
|
||||
yield* beginSlide("Reorder");
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue