mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 06:56:33 +09:00
chore: fix bug
This commit is contained in:
@ -79,7 +79,7 @@ export function physics(container: HTMLElement) {
|
||||
objEl.offsetWidth,
|
||||
objEl.offsetHeight,
|
||||
{
|
||||
chamfer: { radius: parseInt(style.borderRadius, 10) },
|
||||
chamfer: { radius: parseInt(style.borderRadius || '0', 10) },
|
||||
restitution: 0.5
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user