@humandialog/forms.svelte 1.3.7 → 1.3.8

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.
@@ -184,6 +184,7 @@ const suggestion = {
184
184
  lockNextBlurCallbacks++;
185
185
  suggestionRange = props.range;
186
186
  editor.commands.blur();
187
+ palette.set_current_editor_range(props.range);
187
188
  const cursorRect = props.clientRect();
188
189
  setTimeout(() => show_command_palette(cursorRect), 100);
189
190
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",