Skip to content

Commit efe87c6

Browse files
committed
Merge branch 'feat/relation-tool' of https://github.com/opendatalab/labelU-Kit into feat/relation-tool
2 parents b2079f4 + 1077fc5 commit efe87c6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/frontend/src/pages/tasks.[id].samples.[id]/components/sliderCard/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const SliderCard = ({ type, cardInfo, editingUser, index, onClick }: SliderCardP
4545
? file.url.replace('attachment', 'partial')
4646
: file.url;
4747
}, [type, file.url]);
48+
4849
const { t } = useTranslation();
4950
const me = useMe();
5051
const isMeTheCurrentEditingUser = editingUser?.user_id === me?.data?.id;

packages/image/src/AnnotatorBase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import type { CursorManager } from './core/CursorManager';
1616
import { createCursorManager } from './singletons/cursorManager';
1717
import { createConfig } from './singletons/annotationConfig';
1818
import type { AnnotatorOptions } from './core/AnnotatorConfig';
19-
// import { relationManager } from './singletons/relationManager';
2019
import { RelationTool } from './tools/Relation.tool';
2120

2221
const ToolMapping = {

0 commit comments

Comments
 (0)