pages235/src/watchOptions.ts
2023-09-07 15:58:02 +03:00

7 lines
218 B
TypeScript

// not all options are watched here
import { subscribeKey } from 'valtio/utils'
import { options } from './optionsStorage'
import { reloadChunks } from './utils'
subscribeKey(options, 'renderDistance', reloadChunks)