Skip to content

Commit 06c399b

Browse files
committed
Fix annotations coloring button
1 parent aa50a5d commit 06c399b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tekst-Web/src/components/content/TextAnnotationContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ function generatePlaintextAnno(): string {
485485
tertiary
486486
size="tiny"
487487
:focusable="false"
488-
:disabled="annoCfg.groups.length > 1"
488+
:disabled="annoCfg.groups.length < 2"
489489
@click="colorAnnoLinesChoice = !colorAnnoLinesChoice"
490490
>
491491
<template #icon>

0 commit comments

Comments
 (0)