wip fix
This commit is contained in:
parent
f683543b70
commit
8c42598a8b
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -69,9 +69,9 @@ export const EdCompPicker = () => {
|
|||
p.render();
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
activatePopup();
|
||||
}, []);
|
||||
// useEffect(() => {
|
||||
// activatePopup();
|
||||
// }, []);
|
||||
|
||||
return (
|
||||
<TopBtn
|
||||
|
|
|
|||
Loading…
Reference in New Issue