fix(key): b

This commit is contained in:
zhangheng
2026-04-13 16:32:18 +08:00
parent e1a5b06cad
commit edd23f3831
5 changed files with 393 additions and 104 deletions

View File

@@ -1627,6 +1627,8 @@ const LabelPage = ({
objectId: selectedContext.objectId,
})
usePaperStore.getState().setPaperMode("polygon")
const started = usePaperStore.getState().beginContinuePolygonDraft()
if (!started) return
notifications.show({
color: "green",
message: "已进入继续标注模式",