make virtual scrolling optional in case people want to be able to ctrl-f all page

This commit is contained in:
Shpuld Shpuldson 2020-01-15 17:01:18 +02:00
commit c49b8e2089
7 changed files with 16 additions and 4 deletions

View file

@ -49,7 +49,8 @@ export const defaultState = {
useContainFit: false,
greentext: undefined, // instance default
hidePostStats: undefined, // instance default
hideUserStats: undefined // instance default
hideUserStats: undefined, // instance default
virtualScrolling: undefined // instance default
}
// caching the instance default properties