apostrophe 4.5.2 → 4.5.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.5.3 (2024-07-17)
4
+
5
+ ### Fixes
6
+
7
+ * Enhanced media selection with touchpad on Windows by extending focus timeout.
8
+
3
9
  ## 4.5.2 (2024-07-11)
4
10
 
5
11
  ### Fixes
@@ -209,7 +209,7 @@ export default {
209
209
  // timeout to execute "@select" method before
210
210
  setTimeout(() => {
211
211
  this.searchList = [];
212
- }, 200);
212
+ }, 300);
213
213
  },
214
214
  watchValue () {
215
215
  this.error = this.modelValue.error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apostrophe",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "The Apostrophe Content Management System.",
5
5
  "main": "index.js",
6
6
  "scripts": {