fix(web): loop & iteration history

This commit is contained in:
zhaoying
2026-04-27 15:00:49 +08:00
parent 610ae27cf9
commit 8baa466b31
7 changed files with 20 additions and 11 deletions

View File

@@ -57,7 +57,6 @@ const CanvasToolbar: FC<CanvasToolbarProps> = ({
}
}}
labelRender={(props) => {
console.log('props', props)
return `${props.value}%`
}}
className="rb:w-20 rb:h-4!"