Skip to content

Commit 55b6ea0

Browse files
committed
Address comment
1 parent 715bc96 commit 55b6ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_ui/src/pages/annotator/components/main-content/labels-shortcuts/labels-shortcuts.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const LabelsShortcuts = ({ labels, annotationToolContext, isDisabled = fa
122122
(event) => {
123123
event.preventDefault();
124124

125-
if (emptyLabel && selectedAnnotations.length > 0) {
125+
if (emptyLabel) {
126126
handleSelectLabelShortcut(emptyLabel);
127127
}
128128
},

0 commit comments

Comments
 (0)