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 17b7911fe8
commit 31c7a122f0
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>