From e5045bec444c1736dcf2f78bdaaa766cd9ccc01d Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Tue, 28 Jun 2022 02:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Examples=20-=20`Contex?= =?UTF-8?q?tMenuAuxPreviewExample04`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/src/examples/ContextMenuAuxPreviewExample04.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/src/examples/ContextMenuAuxPreviewExample04.tsx b/example/src/examples/ContextMenuAuxPreviewExample04.tsx index 85de13c..42c3a8f 100644 --- a/example/src/examples/ContextMenuAuxPreviewExample04.tsx +++ b/example/src/examples/ContextMenuAuxPreviewExample04.tsx @@ -34,6 +34,8 @@ export function ContextMenuAuxPreviewExample04(props: ContextMenuExampleProps) { }], }} auxiliaryPreviewConfig={{ + // Align the aux. preview to the right... + // 📝 Note: By default, this is set to: `stretchPreview` alignmentHorizontal: 'previewTrailing', transitionEntranceDelay: 'RECOMMENDED', }}