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: {
preview_id: "",
open: null as null | ((comp_id: string) => void | Promise<void>),
import: true
import: false
},
comp_group: null as null | {
mouse_event: React.MouseEvent<HTMLElement, MouseEvent>;

View File

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