kopia lustrzana https://github.com/wagtail/wagtail
Fix comment menu on non-IE11
rodzic
0bd4224bfa
commit
d6ff2d51ea
|
@ -21,7 +21,7 @@ const Details: React.FunctionComponent<React.ComponentPropsWithoutRef<'details'>
|
|||
}
|
||||
|
||||
return (
|
||||
<details {...extraProps}>
|
||||
<details open={open} {...extraProps}>
|
||||
{children}
|
||||
</details>
|
||||
);
|
||||
|
|
Ładowanie…
Reference in New Issue