From 848fa9fd0290d35a52795be1c94cc22906b87d5d Mon Sep 17 00:00:00 2001 From: Fedor Katurov <gotham48@gmail.com> Date: Mon, 30 Dec 2019 17:56:19 +0700 Subject: [PATCH] cleanup --- src/containers/map/Sticker/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/map/Sticker/index.tsx b/src/containers/map/Sticker/index.tsx index c2abae4..203987b 100644 --- a/src/containers/map/Sticker/index.tsx +++ b/src/containers/map/Sticker/index.tsx @@ -148,6 +148,7 @@ const Sticker: React.FC<IProps> = ({ map, sticker, index, mapSetSticker, mapDrop } }, [element, is_editing]) + return createPortal( <React.Fragment> <div className="sticker-arrow" ref={stickerArrow} />