Skip to content

Commit

Permalink
Quick: Force collapse dropdowns to render before being activated (#1440)
Browse files Browse the repository at this point in the history
* force collapse dropdowns to render before being activated

* pre-render publication content
  • Loading branch information
jarosenb authored Sep 18, 2024
1 parent bd913be commit 3e5261d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const ProjectCollapse: React.FC<
style={{ flex: 1 }}
items={[
{
forceRender: true,
label: (
<span>
{DISPLAY_NAMES[entityName]} | <strong>{title}</strong>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export const PublishedEntityDisplay: React.FC<{
}}
items={[
{
forceRender: true,
label: (
<div style={{ textAlign: 'center' }}>
{' '}
Expand Down

0 comments on commit 3e5261d

Please sign in to comment.