Skip to content

Commit 1f5965b

Browse files
committed
Modification - VueUiChord - Use proper variable to set idle class
1 parent 1cc9020 commit 1f5965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-chord.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ defineExpose({
901901
:style="{
902902
overflow: 'visible'
903903
}"
904-
:class="{'vue-ui-chord-rotating': dragging, 'vue-ui-chord-idle': !rotating }"
904+
:class="{'vue-ui-chord-rotating': dragging, 'vue-ui-chord-idle': !dragging }"
905905
@mousedown.prevent="onDown"
906906
@touchstart.prevent="onDown"
907907
>

0 commit comments

Comments
 (0)