From 1f5cb9e8affef997c4573882ca94abf4010e7663 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Mon, 9 Mar 2020 17:15:16 -0400 Subject: [PATCH] Sticker Creator: Don't pop sticker preview over the close button --- sticker-creator/components/StickerFrame.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sticker-creator/components/StickerFrame.tsx b/sticker-creator/components/StickerFrame.tsx index 3c4386aa4..2f163709d 100644 --- a/sticker-creator/components/StickerFrame.tsx +++ b/sticker-creator/components/StickerFrame.tsx @@ -198,7 +198,14 @@ export const StickerFrame = React.memo( /> ) : null} {mode === 'removable' ? ( - ) : null}