Skip to content

Commit

Permalink
fix: 城市点击失效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Nov 15, 2023
1 parent f5c455c commit 78438fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useScene } from '@antv/li-sdk';
import { Button, message, Popover, Select, Spin, Tabs } from 'antd';
import cls from 'classnames';
import React, { useEffect, useMemo, useState } from 'react';
import { includeCell } from '@antv/s2';
import { BoundsUrl, CityUrl, CLS_PREFIX, POPOVER_PLACEMENT_LEGEND } from '../constant';
import { parserCityData, treeToArr } from '../helper';
import type { Properties } from '../registerForm';
Expand Down

0 comments on commit 78438fe

Please sign in to comment.