make virtual scrolling optional in case people want to be able to ctrl-f all page
This commit is contained in:
parent
42f8fb2dca
commit
c49b8e2089
7 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue