-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
In #79, a new #busy
check was added to ensure we wait for the current fetch to complete before allowing another fetch to happen. Unfortunately #busy
is never set back to false
, so only a single fetch can ever be made per include fragment. We should be able to reliably change src
and have the contents update accordingly
anaarmas