fix: remove Tippy warning

This commit is contained in:
Liyang Zhu
2022-06-12 11:37:01 +08:00
parent b6eee8a831
commit 988ba99464
+1 -1
View File
@@ -42,8 +42,8 @@ export default function Select({ options = [], updateSelect = null, current = CU
}; };
return ( return (
<Tippy <Tippy
trigger="click"
visible={optionsVisible} visible={optionsVisible}
appendTo={document.body}
placement="bottom" placement="bottom"
interactive interactive
content={ content={