TAMULib / scholars-angular

MIT License
1 stars 1 forks source link

[Issue 360]: Subscribe, reset search form and wait 500 before closing modal #361

Closed wwelling closed 3 months ago

wwelling commented 3 months ago

Description

Providing patch to reduce effects of race condition on a debounced reactive form listener. The dialog component modal closing is causing the transcluded component to destroy its subscriptions. This gives it 500 seconds to reset before closing. Which is yet another hardcoded value but matches the debounce.