diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-09 19:55:44 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-09 19:55:44 +0200 |
commit | 330bf49492a8babf5a1fc5f8d4c88f3237a0c1f8 (patch) | |
tree | 488bf858a3a7658962f92a835192c04043b975b1 /util | |
parent | f634e215b81da6977f28d78f45d4148d786096dc (diff) |
feat(preview): image previewing
Diffstat (limited to 'util')
-rw-r--r-- | util/uniorg.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util/uniorg.tsx b/util/uniorg.tsx index 6d0bb56..217bad1 100644 --- a/util/uniorg.tsx +++ b/util/uniorg.tsx @@ -33,11 +33,6 @@ export const UniOrg = (props: UniOrgProps) => { }) }, [previewNode.id]) - useEffect(() => { - console.log('mount') - return () => console.log('unmount') - }, []) - return ( <> {previewNode?.id && ( |