Slicing the wrong buffer
ci/woodpecker/push/ociImagePush Pipeline is running
Details
ci/woodpecker/push/ociImagePush Pipeline is running
Details
This commit is contained in:
parent
d64d34b2ef
commit
8d9415b3ab
|
@ -53,7 +53,7 @@ const prependMany = async () => {
|
||||||
debounceBuffer = [];
|
debounceBuffer = [];
|
||||||
|
|
||||||
if (!tlComponent.value?.pagingComponent?.isFresh()) {
|
if (!tlComponent.value?.pagingComponent?.isFresh()) {
|
||||||
items = debounceBuffer.slice(-displayLimit);
|
items = items.slice(-displayLimit);
|
||||||
}
|
}
|
||||||
|
|
||||||
const notes = (
|
const notes = (
|
||||||
|
|
Loading…
Reference in New Issue