title | issue |
---|---|
Add configurable delay to pseudoModal |
NEXT-34798 |
- Changed
PseudoModalUtil.open()
and re-implemented the default timeoutREMOVE_BACKDROP_DELAY
and added new optional parameterdelay
to overwrite it if needed.open(callbackFn, delay)
.