This commit is contained in:
Rizky 2024-02-13 21:37:18 +07:00
parent f683543b70
commit 8c42598a8b
2 changed files with 4 additions and 4 deletions

View File

@ -273,7 +273,7 @@ export const EDGlobal = {
comp: { comp: {
preview_id: "", preview_id: "",
open: null as null | ((comp_id: string) => void | Promise<void>), open: null as null | ((comp_id: string) => void | Promise<void>),
import: true import: false
}, },
comp_group: null as null | { comp_group: null as null | {
mouse_event: React.MouseEvent<HTMLElement, MouseEvent>; mouse_event: React.MouseEvent<HTMLElement, MouseEvent>;

View File

@ -69,9 +69,9 @@ export const EdCompPicker = () => {
p.render(); p.render();
}; };
useEffect(() => { // useEffect(() => {
activatePopup(); // activatePopup();
}, []); // }, []);
return ( return (
<TopBtn <TopBtn