Explorar o código

add todo comment

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
015a0ad7cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/PageEditor/EmojiPicker.tsx

+ 1 - 1
packages/app/src/components/PageEditor/EmojiPicker.tsx

@@ -29,7 +29,7 @@ const EmojiPicker: FC<Props> = (props: Props) => {
       const event = new Event('input', { bubbles: true });
       const event = new Event('input', { bubbles: true });
       input.dispatchEvent(event);
       input.dispatchEvent(event);
     }
     }
-
+    // TODO: using blur event by GW-7770 blurイベントを用いてEmojiPickerをcloseさせる
     function handleClickOutside(event) {
     function handleClickOutside(event) {
       if (emojiPickerContainer.current && !emojiPickerContainer.current.contains(event.target)) {
       if (emojiPickerContainer.current && !emojiPickerContainer.current.contains(event.target)) {
         onClose();
         onClose();