mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
adds hacky support for paginator cloning
This commit is contained in:
parent
b368717d87
commit
a815c7db08
3 changed files with 38 additions and 4 deletions
|
@ -48,7 +48,8 @@ async function quoraPaginator(context, pages, refMappings, currentRef) {
|
|||
"previous",
|
||||
"next",
|
||||
"search"
|
||||
]
|
||||
],
|
||||
disableCloning: true
|
||||
});
|
||||
|
||||
paging.on("interaction", async ({ context: ctx, listener }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue