You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
There's an issue with the IfEnableJumpPagination block: it will devour until the second{/block:IfEnableJumpPagination}. That's not what we want, we want it to devour to the closest close block. I don't have enough regex magical ability to figure this one out though.
If you look at Redux's jump pagination implementation:
There's an issue with the
IfEnableJumpPagination
block: it will devour until the second{/block:IfEnableJumpPagination}
. That's not what we want, we want it to devour to the closest close block. I don't have enough regex magical ability to figure this one out though.When I do something like this:
$matchy[0]
looks like this:How do fix?
The text was updated successfully, but these errors were encountered: