Skip to content

Commit

Permalink
fix(pointcloud): Hide the attributeLimitPopover in semgent
Browse files Browse the repository at this point in the history
  • Loading branch information
laoluo committed Sep 22, 2023
1 parent 617f6de commit 3519826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lb-annotation/src/core/pointCloud/segmentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

import { EPointCloudSegmentStatus } from '@labelbee/lb-utils';
import EventListener from '@/core/toolOperation/eventListener';
import LassoSelector from './selector/lassoSelector';
import PointCloudStore, { ThreePoints } from './store';
import CircleSelector from './selector/circleSelector';
import RectSelector from './selector/rectSelector';
import EventListener from '@/core/toolOperation/eventListener';

interface IProps {
dom: HTMLElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ const AttributeUpdater = ({
updateColorConfig={updateColorConfig}
enableColorPicker={enableColorPicker}
updateSize={updateSize}
forbidShowLimitPopover={true}
/>
<Divider style={{ margin: 0 }} />
{(selectedBox || segmentData.cacheSegData) && (
Expand Down

0 comments on commit 3519826

Please sign in to comment.