fix: editor scrolling not working

This commit is contained in:
Daniel Lautzenheiser
2023-01-22 00:48:16 -05:00
parent 6d9478f8f7
commit c1860c072d
4 changed files with 2 additions and 10 deletions

View File

@ -666,7 +666,6 @@ export function loadEntries(collection: Collection, page = 0) {
const backend = currentBackend(configState.config);
console.log('Trying to load page', page);
const loadAllEntries = 'nested' in collection || hasI18n(collection);
const append = !!(page && !isNaN(page) && page > 0) && !loadAllEntries;
dispatch(entriesLoading(collection));