Make looping arrow point in right direction (#9053)

This commit is contained in:
melohagan 2022-12-15 15:13:12 +00:00 committed by GitHub
parent db8a6bf271
commit 6c89f67b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
onSelect(block)
}}
>
<Icon name={showLooping ? "ChevronDown" : "ChevronUp"} />
<Icon name={showLooping ? "ChevronUp" : "ChevronDown"} />
</div>
</div>
</div>