@paperless/core 1.69.0 → 1.69.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hydrate/index.js CHANGED
@@ -21623,7 +21623,7 @@ class Select {
21623
21623
  if (!ev.detail || !this.autocompleteInputRef) {
21624
21624
  return;
21625
21625
  }
21626
- this.autocompleteInputRef.focus();
21626
+ setTimeout(() => this.autocompleteInputRef.focus(), 100);
21627
21627
  }
21628
21628
  _selectAllChange() {
21629
21629
  this._allSelected = !this._allSelected;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "1.69.0",
3
+ "version": "1.69.1",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",