Skip to content

Commit

Permalink
Moves dcc.Loading's DOM id to outer div
Browse files Browse the repository at this point in the history
  • Loading branch information
leeagustin committed Jun 18, 2024
1 parent e27cae3 commit 9dcf243
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,10 @@ const Loading = ({
>
{children}
</div>
<div style={showSpinner ? coveringSpinner : {}}>
<div id={id} style={showSpinner ? coveringSpinner : {}}>
{showSpinner &&
(custom_spinner || (
<Spinner
id={id}
className={className}
style={style}
status={loading_state}
Expand Down

0 comments on commit 9dcf243

Please sign in to comment.