Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since the regular input component was inlined within LocalModList and used v-model, each keypress caused it's value to update, and thus forced rerendering for the whole component, which is forbiddingly slow if the profile contains lots of mods. DeferredInput stays responsive while user is typing, and triggers updating the parent component only when user has stopped typing.
- Loading branch information