Implement custom throttle function for performance
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import {throttle} from 'throttle-debounce'
|
||||
import {derived, writable} from 'svelte/store'
|
||||
import {max, addToMapKey, inc, dec} from '@welshman/lib'
|
||||
import {max, throttle, addToMapKey, inc, dec} from '@welshman/lib'
|
||||
import {getListTags, getPubkeyTagValues} from '@welshman/util'
|
||||
import {throttled, withGetter} from '@welshman/store'
|
||||
import {pubkey} from './session'
|
||||
|
||||
Reference in New Issue
Block a user