pidgin/nest

Initialize search fields from URL correctly.

2020-04-17, Elliott Sales de Andrade
69baef583f63
Initialize search fields from URL correctly.

The `searchState` was updated, but not propagated to the UI elements, so
once the DOM load ran an update, all state would be reset to defaults.

Fixes NEST-26.
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules: {}