8000 Duplicated settings for default marking type. · Issue #1351 · cvat-ai/cvat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Duplicated settings for default marking type. #1351
Closed
@thomasstats

Description

@thomasstats

In annotation.html there is

<select id="shapeTypeSelector" class="regular h2"> <option value="box" class="regular" selected> Box </option> <option value="box_by_4_points" class="regular" selected> Box by 4 points </option>

Where both of these items are marked as selected. However, in shapeCreator.js line 235 does the following:

this._typeSelector.val('box');

This creates some redundancy.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0