fix: early button/anchor clicks do nothing
This solves a small UX issue where clicking on a button (or anchor that is not meant to be ajaxified) before ajaxify.end is called leads to nothing happening because the appropriate click handler has not been added. This code will intercept premature clicks, wait until ajaxify.end is called, and then re-send the click.v1.18.x
parent
ea0f3262f4
commit
966d3f7654
Loading…
Reference in New Issue