#
luxiaotao1123
2024-10-14 bf4a9d88a55a95f54e7c7bf7f397fa6b18258743
zy-acs-flow/src/map/settings/index.jsx
@@ -12,6 +12,8 @@
    const themeMode = theme.palette.mode;
    const translate = useTranslate();
    const [lastCopiedSprites, setLastCopiedSprites] = useState([]);
    const handleClose = () => {
        onCancel();
    }
@@ -21,11 +23,6 @@
    const handleTabChange = (event, newValue) => {
        setActiveTab(newValue);
    };
    useEffect(() => {
        console.log(sprite);
    }, [sprite])
    return (
        <>
@@ -86,6 +83,8 @@
                                                onSubmit={() => {
                                                }}
                                                width={width}
                                                lastCopiedSprites={lastCopiedSprites}
                                                setLastCopiedSprites={setLastCopiedSprites}
                                            />
                                        )}
                                        {activeTab === 1 && (