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